summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake83
1 files changed, 2 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index e06a1a798..d452989ce 100644
--- a/.flake8
+++ b/.flake8
@@ -10,6 +10,7 @@
# F841: unused variable
# E222: Multiple spaces after operator
# 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
exclude = ez_setup.py