Bump `ruff.toml` to target py313

CONT_log_sys_testing
Gud Boi 2026-02-04 09:02:42 -05:00
parent 3befe0940e
commit 973750b938
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ exclude = [
line-length = 88 line-length = 88
indent-width = 4 indent-width = 4
# Assume Python 3.9 # assume latest minor cpython
target-version = "py311" target-version = "py313"
[lint] [lint]
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default. # Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.