Update .flake8

This commit is contained in:
Fundor333
2020-10-28 12:35:01 +01:00
committed by GitHub
parent c7449fcf06
commit 35c3deb0ce

View File

@@ -1,5 +1,5 @@
[flake8]
ignore = E203, E266, E501, W503, F403, F401
ignore = E501, W503, F403
max-line-length = 79
max-complexity = 18
select = B,C,E,F,W,T4,B9