Skip to content

Commit db57680

Browse files
Technologicatclaude
andcommitted
ruff: target py314 to parse all syntax, remove test file exclusion
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6ca4733 commit db57680

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,13 @@ excludes = ["**/tests", "**/__pycache__"]
8484
# making the setup.cfg file unnecessary
8585
[tool.ruff]
8686
line-length = 130
87-
target-version = "py310"
87+
target-version = "py314"
8888
exclude = [
8989
".git",
9090
"__pycache__",
9191
"build",
9292
"dist",
9393
".venv",
94-
"unpythonic/syntax/tests/test_scopeanalyzer_3_11.py", # except* syntax requires 3.11+
9594
]
9695

9796
[tool.ruff.lint]

0 commit comments

Comments
 (0)