11 lines
159 B
Plaintext
11 lines
159 B
Plaintext
|
|
[flake8]
|
||
|
|
max-line-length = 100
|
||
|
|
extend-ignore = E203, W503, E501
|
||
|
|
exclude =
|
||
|
|
.venv,
|
||
|
|
backend/.venv,
|
||
|
|
alembic,
|
||
|
|
backend/alembic,
|
||
|
|
**/__pycache__,
|
||
|
|
**/*.pyc
|