summaryrefslogtreecommitdiff
path: root/.flake8_packages
diff options
context:
space:
mode:
Diffstat (limited to '.flake8_packages')
-rw-r--r--.flake8_packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8_packages b/.flake8_packages
index e7677e66d2..d17a34951d 100644
--- a/.flake8_packages
+++ b/.flake8_packages
@@ -20,5 +20,5 @@
# - F821: undefined name `name`
#
[flake8]
-ignore = E129,E221,E241,E272,E731,W503,W504,F405,F821,F999
+ignore = E129,E221,E241,E272,E731,W503,W504,F405,F821,F999,N801,N813,N814
max-line-length = 79