third_party.pylibs.pylint.src/.flake8

8 lines
187 B
Plaintext
Raw Normal View History

[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