We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84703ea commit ea5eda2Copy full SHA for ea5eda2
ruff.toml
@@ -1,5 +1,5 @@
1
-# Always generate Python 3.11-compatible code.
2
-target-version = "py311"
+# Always generate Python 3.13-compatible code.
+target-version = "py313"
3
4
# Same as Black.
5
line-length = 120
0 commit comments