Basic config for flake8 and isort

master
Антон Касимов 2021-04-29 23:48:39 +03:00
parent 61f68ca6ff
commit 8eb744647a
Signed by: toxa
GPG Key ID: CC3C1E3EA2534D0C
1 changed files with 10 additions and 0 deletions

10
setup.cfg Normal file
View File

@ -0,0 +1,10 @@
[flake8]
per-file-ignores =
# There are multiple `assert`s in tests, we allow them:
tests/*.py: S101
spellcheck-targets=comments
sql-excepted-names=EXISTS
[isort]
multi_line_output = 3
include_trailing_comma = True