monitoring/setup.cfg

11 lines
220 B
INI

[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