ruff rule A

This commit is contained in:
thomas girod
2024-06-27 14:30:58 +02:00
parent 3014d8cead
commit 688871a680
9 changed files with 35 additions and 34 deletions

View File

@ -70,7 +70,7 @@ optional = true
version = "1.4.25"
[tool.ruff.lint]
select = ["I", "F401"]
select = ["I", "A", "F401", "E722"]
[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "sith.settings"