Skip to content

Commit 7aaeb63

Browse files
committed
ruff: mark test_forward_references as 3.14
1 parent 074f64d commit 7aaeb63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ line-length = 79
196196

197197
[tool.ruff.per-file-target-version]
198198
"tests/test_pattern_matching.py" = "py310"
199+
"tests/test_forward_references.py" = "py314"
199200

200201
[tool.ruff.lint]
201202
select = ["ALL"]

0 commit comments

Comments
 (0)