flake8: Ignore redefinition

This commit is contained in:
Florian Bruhin 2014-08-05 21:14:09 +02:00
parent 3c5c0fcabe
commit 0aefa84db9

View File

@ -9,6 +9,7 @@
# F821: undefined name
# F841: unused variable
# E222: Multiple spaces after operator
ignore=E241,E265,F401,E501,F821,F841,E222
# F811: Redifiniton
ignore=E241,E265,F401,E501,F821,F841,E222,F811
max_complexity = 12
exclude = ez_setup.py