1
0
mirror of https://github.com/xgi/castero synced 2024-11-10 15:28:45 +01:00
castero/.flake8
2019-07-14 20:32:55 -04:00

10 lines
144 B
INI

[flake8]
ignore = E221,W503
exclude =
.git,
__pycache__,
build,
dist,
venv
per-file-ignores =
./castero/database.py:E501