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 a93bbd3 commit 1192d91Copy full SHA for 1192d91
.ruff.toml
@@ -47,7 +47,7 @@ lint.ignore = [
47
"TRY300", # Checks for return statements in try blocks. SEE https://beta.ruff.rs/docs/rules/try-consider-else/
48
]
49
50
-target-version = "py311"
+target-version = "py313"
51
52
53
[lint.per-file-ignores]
scripts/pyupgrade.bash
@@ -24,7 +24,7 @@ RUN uv pip install \
24
pyupgrade
25
26
ENTRYPOINT ["pyupgrade", \
27
- "--py311-plus" ]
+ "--py313-plus" ]
28
EOF
29
}
30
0 commit comments