New exceptions for flake8 in tests

master
Антон Касимов 2024-01-10 03:10:30 +03:00
parent 5a041b9549
commit 293b9c22e5
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[flake8] [flake8]
per-file-ignores = tests/**.py: S101, D103, ANN201 per-file-ignores = tests/**.py: S101, S106, D103, ANN201, WPS442
spellcheck-targets=comments spellcheck-targets=comments
sql-excepted-names=EXISTS sql-excepted-names=EXISTS
ignore = F841,W504 ignore = F841,W504

View File

@ -1,5 +1,5 @@
["setup.cfg".flake8] ["setup.cfg".flake8]
ignore = "F841,W504" ignore = "F841,W504"
per-file-ignores = "tests/**.py: S101, D103, ANN201" per-file-ignores = "tests/**.py: S101, S106, D103, ANN201, WPS442"
spellcheck-targets = "comments" spellcheck-targets = "comments"
sql-excepted-names = "EXISTS" sql-excepted-names = "EXISTS"