Change Ruff linting settings

This commit is contained in:
Esa Kataja
2024-12-01 22:27:41 +02:00
parent ab7372cc9c
commit cecd9a4458
+2 -2
View File
@@ -24,5 +24,5 @@ dev = [
]
[tool.ruff]
extend-select = ["C4", "SIM", "TCH", "ERA", "FAST", "DOC"]
target-version = "py312"
lint.extend-select = ["C4", "SIM", "TCH", "ERA", "FAST", "DOC"]
target-version = "py312"