mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-26 16:53:25 +08:00
🎨 Ignore alembic from ruff lint and format (#1131)
This commit is contained in:
parent
6cd3156672
commit
2b0701e870
@ -51,6 +51,7 @@ exclude = ["venv", "alembic"]
|
|||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
target-version = "py310"
|
target-version = "py310"
|
||||||
|
exclude = ["alembic"]
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
select = [
|
select = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user