We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc85db1 commit 4e310b2Copy full SHA for 4e310b2
pyproject.toml
@@ -14,7 +14,7 @@ dependencies = [
14
15
[tool.ruff]
16
line-length = 100
17
-target-version = "py39" # keep your current floor
+target-version = "3.11" # 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