dnscms: add gitea workflow
dnscms / ci (push) Successful in 1m22s

This commit is contained in:
2026-08-04 03:51:54 +02:00
parent 952a8bca13
commit 031d61e1fe
2 changed files with 28 additions and 1 deletions
+1 -1
View File
@@ -33,11 +33,11 @@ build-backend = "hatchling.build"
[tool.ruff]
line-length = 99
exclude = ["**/migrations/*.py"]
[tool.ruff.lint]
select = ["F", "E", "W", "Q", "UP", "DJ"]
ignore = []
exclude = ["**/migrations/*.py"]
[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "dnscms.settings.test"