Skip migrations

This commit is contained in:
Tris Forster 2026-05-13 11:08:03 +10:00
parent b1ea75cec0
commit 4e102c07ac
2 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ test: check
check:
poetry run ruff check app
poetry run ruff format --check app
build:
poetry build

View File

@ -31,6 +31,8 @@ coverage = "^7.14.0"
[tool.poetry.scripts]
manage = "manage:main"
[tool.ruff]
extend-exclude = ["**/migrations/"]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]