Skip to content

Commit 927135d

Browse files
committed
update tool.ruff target to py310
1 parent 6900045 commit 927135d

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
@@ -44,7 +44,7 @@ ignore-words-list = "te, compiletime"
4444

4545
[tool.ruff]
4646
line-length = 120
47-
target-version = "py39"
47+
target-version = "py310"
4848
# Exclude a variety of commonly ignored directories.
4949
exclude = [
5050
".git",

0 commit comments

Comments
 (0)