ruff rules UP008 and UP009

This commit is contained in:
thomas girod
2024-06-27 14:46:43 +02:00
parent 688871a680
commit cfc19434d0
258 changed files with 473 additions and 824 deletions

View File

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