mirror of
https://github.com/xgi/castero
synced 2024-11-10 15:28:45 +01:00
10 lines
144 B
INI
10 lines
144 B
INI
[flake8]
|
|
ignore = E221,W503
|
|
exclude =
|
|
.git,
|
|
__pycache__,
|
|
build,
|
|
dist,
|
|
venv
|
|
per-file-ignores =
|
|
./castero/database.py:E501 |