summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-07-12 20:28:31 -0400
committerAnthony Sottile <asottile@umich.edu>2021-07-12 20:28:31 -0400
commit6a560568237ffb8b917ba6f18ff2a052b21968f4 (patch)
tree3227648debaadb9bc10f6e9429ffec77a13aded4
parent77bd2ae6bee7d8ae8577eacab5fc5ece594e4a82 (diff)
downloadflake8-6a560568237ffb8b917ba6f18ff2a052b21968f4.tar.gz
ignore N818 (error naming) since our exceptions do not match it
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 821c5ce..c2f3151 100644
--- a/tox.ini
+++ b/tox.ini
@@ -126,7 +126,7 @@ commands =
# defaults to selecting all other errors so we do not need select=E,F,W,I,D
# Once Flake8 3.0 is released and in a good state, we can use both and it will
# work well \o/
-ignore = D203, W503, E203
+ignore = D203, W503, E203, N818
exclude =
.tox,
.git,