chore(backend): add black/isort/flake8 + pre-commit
This commit is contained in:
9
backend/pyproject.toml
Normal file
9
backend/pyproject.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[tool.black]
|
||||
line-length = 100
|
||||
target-version = ["py312"]
|
||||
extend-exclude = '(\.venv|alembic/versions)'
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
line_length = 100
|
||||
skip = [".venv", "alembic/versions"]
|
||||
Reference in New Issue
Block a user