black/.flake8
Daniel Hahler acafdcb594 minor: remove wrong comment in .flake8 (#788)
This is there since the initial commit, which did not have a setup.cfg.
2019-05-02 13:03:02 -04:00

6 lines
107 B
INI

[flake8]
ignore = E203, E266, E501, W503
max-line-length = 80
max-complexity = 18
select = B,C,E,F,W,T4,B9