Ignoring string concatenation by + sign

master
Антон Касимов 2021-11-10 13:51:03 +03:00
parent 0b2bd3fc3c
commit 02126f889f
Signed by: toxa
GPG Key ID: CC3C1E3EA2534D0C
1 changed files with 1 additions and 1 deletions

View File

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