Bump `ruff.toml` to target py313

piker_pin
Gud Boi 2026-02-04 09:02:42 -05:00
parent 0f6a0676eb
commit 30c2c3cb30
1 changed files with 2 additions and 2 deletions

View File

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