Remove the test-specific .flake8 file

This commit is contained in:
Łukasz Langa 2018-03-28 19:45:48 -07:00
parent 3ee9ebb091
commit 728c56c986

View File

@ -1,8 +0,0 @@
# Like the base Black .flake8 but also ignores F811 which is used deliberately
# in test files.
[flake8]
ignore = E266, E501, F811
max-line-length = 80
max-complexity = 12
select = B,C,E,F,W,T4,B9