We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f744bd0 commit a3248f0Copy full SHA for a3248f0
pyproject.toml
@@ -14,7 +14,7 @@ dependencies = [
14
15
[tool.ruff]
16
line-length = 100
17
-target-version = "3.11" # keep your current floor
+target-version = "py311" # keep your current floor
18
19
[tool.ruff.lint]
20
# Keep only the "serious" checks for now (runtime errors + a bit of PyUpgrade).
0 commit comments