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", "venv",
] ]
# Assume Python 3.13 # Assume Python 3.12
target-version = "py313" target-version = "py312"
[format] [format]
# Use spaces instead of tabs # Use spaces instead of tabs