Change Ruff linting settings

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