mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-03 11:56:52 +00:00
ignore N818 (error naming) since our exceptions do not match it
This commit is contained in:
parent
77bd2ae6be
commit
6a56056823
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue