blob: 8057becee613196ba3fcc0c814fcc8b5a1719b66 [file]
[flake8]
max-line-length = 180
exclude =
.svn,
CVS,
.bzr,
.hg,
.git,
__pycache__,
.tox,
venv,
.venv
per-file-ignores =
app/service/file_svc.py:B305