chore(backend): add black/isort/flake8 + pre-commit
This commit is contained in:
10
backend/.flake8
Normal file
10
backend/.flake8
Normal file
@@ -0,0 +1,10 @@
|
||||
[flake8]
|
||||
max-line-length = 100
|
||||
extend-ignore = E203, W503, E501
|
||||
exclude =
|
||||
.venv,
|
||||
backend/.venv,
|
||||
alembic,
|
||||
backend/alembic,
|
||||
**/__pycache__,
|
||||
**/*.pyc
|
||||
Reference in New Issue
Block a user