Ignore F841 since it is detected by pyright

master
Антон Касимов 2021-11-04 16:02:10 +03:00
parent 3ec66280da
commit bc9512c297
Signed by: toxa
GPG Key ID: CC3C1E3EA2534D0C
1 changed files with 1 additions and 0 deletions

View File

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