Do not ignore E211 rule from Flake8

This commit is contained in:
micbou 2018-05-30 09:04:37 +02:00
parent 6b4d705238
commit 29717194fc
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05
2 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
[flake8]
ignore = E111,E114,E121,E125,E126,E127,E128,E129,E131,E133,E201,E202,E203,E211,E221,E222,E241,E251,E261,E303,E402,W503
ignore = E111,E114,E121,E125,E126,E127,E128,E129,E131,E133,E201,E202,E203,E221,E222,E241,E251,E261,E303,E402,W503
max-complexity = 10
max-line-length = 80