Skip to content

Commit ea5eda2

Browse files
committed
fix ruff
1 parent 84703ea commit ea5eda2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Always generate Python 3.11-compatible code.
2-
target-version = "py311"
1+
# Always generate Python 3.13-compatible code.
2+
target-version = "py313"
33

44
# Same as Black.
55
line-length = 120

0 commit comments

Comments
 (0)