flake8: Ignore W292
This commit is contained in:
parent
2f1b92aff5
commit
5853e3a0c1
3
.flake8
3
.flake8
@ -10,6 +10,7 @@
|
|||||||
# F841: unused variable
|
# F841: unused variable
|
||||||
# E222: Multiple spaces after operator
|
# E222: Multiple spaces after operator
|
||||||
# F811: Redifiniton
|
# F811: Redifiniton
|
||||||
ignore=E241,E265,F401,E501,F821,F841,E222,F811
|
# W292: No newline at end of file
|
||||||
|
ignore=E241,E265,F401,E501,F821,F841,E222,F811,W292
|
||||||
max_complexity = 12
|
max_complexity = 12
|
||||||
exclude = ez_setup.py
|
exclude = ez_setup.py
|
||||||
|
Loading…
Reference in New Issue
Block a user