blob: 13a85deb90f1b27fc83e20cfe9475015645051a4 [file] [edit]
[flake8]
max-line-length = 90
exclude = conformance
ignore =
# irrelevant plugins
B3,
DW12,
# code is sometimes better without this
E129,
# consistency with mypy
W504