fix ruff py version

This commit is contained in:
onyx-and-iris 2026-02-20 00:26:47 +00:00
parent ebe7437974
commit b3bc7c687c

View File

@ -32,8 +32,8 @@ exclude = [
line-length = 88 line-length = 88
indent-width = 4 indent-width = 4
# Assume Python 3.9 # Assume Python 3.10
target-version = "py39" target-version = "py310"
[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.