dep stuff

This commit is contained in:
2026-06-22 17:52:43 -04:00
parent 6ad31b63bf
commit c3c534fff3
2 changed files with 7 additions and 1 deletions

View File

@@ -1 +1 @@
3.12 3.13

View File

@@ -11,3 +11,9 @@ dev = [
"pytest>=9.1.1", "pytest>=9.1.1",
"ruff>=0.15.18", "ruff>=0.15.18",
] ]
[tool.ruff]
target-version = "py313"
[tool.ruff.lint]
extend-select = ["E", "F", "I", "UP", "B", "SIM"]