Skip to content

Commit ca495c8

Browse files
committed
Update target-version ruff config
1 parent c640ae7 commit ca495c8

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
@@ -115,7 +115,7 @@ fixable = ["ALL"]
115115
unfixable = []
116116
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
117117
show-fixes = true
118-
target-version = "py311"
118+
target-version = "py312"
119119
line-length = 88
120120

121121
[tool.ruff.isort]

0 commit comments

Comments
 (0)