eventcally/.flake8
Daniel Grams 273b3fb072 Internal/analysis (#4)
* Codestyle Black

* Flake8

* Test coverage
2020-11-13 23:05:39 +01:00

14 lines
219 B
INI

[flake8]
extend-ignore = E501, E203
exclude =
.git,
.github,
.pytest_cache,
.vscode,
__pycache__,
doc,
env,
tmp
per-file-ignores =
__init__.py: F401, E402
migrations/*: F401, E402