third_party.pylibs.pylint.src/.flake8
2021-02-15 21:14:28 +01:00

8 lines
187 B
INI

[flake8]
ignore =
E203, W503, # Incompatible with black see https://github.com/ambv/black/issues/315
E501, # Lot of offending line right now
max-line-length=88
max-complexity=39