chore (ruff.toml): drop python version

This commit is contained in:
pythoninthegrass
2025-08-20 23:18:57 -05:00
parent b52f4f7be4
commit 283f86900e
+2 -2
View File
@@ -37,8 +37,8 @@ exclude = [
"venv",
]
# Assume Python 3.13
target-version = "py313"
# Assume Python 3.12
target-version = "py312"
[format]
# Use spaces instead of tabs