Skip to content

Commit ed28530

Browse files
committed
Set *Ruff* language version to *Python* 3.10.
1 parent 4716c0a commit ed28530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ reportUnsupportedDunderAll = false
9494
reportUnusedExpression = false
9595

9696
[tool.ruff]
97-
target-version = "py39"
97+
target-version = "py310"
9898
line-length = 88
9999
select = [
100100
"A", # flake8-builtins

0 commit comments

Comments
 (0)