Skip to content

Commit 41d2763

Browse files
authored
Fix missing target-version in ruff (#474)
My bad, missed in #360
1 parent 4aa2117 commit 41d2763

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
@@ -11,7 +11,7 @@ testpaths = [
1111
[tool.ruff]
1212
fix = true
1313
force-exclude = true
14-
target-version = "py39"
14+
target-version = "py311"
1515
lint.ignore = [
1616
"COM812", # trailing commas (ruff-format recommended)
1717
"D203", # no-blank-line-before-class

0 commit comments

Comments
 (0)