mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 12:29:24 +00:00
ruff rules UP008 and UP009
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user