Skip to content

Commit e052da7

Browse files
matsumotosanBorda
authored andcommitted
update tool.ruff target to py310
1 parent 29abe6e commit e052da7

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)