Skip to content

Commit 5f49d9c

Browse files
committed
small fix to ruff config
1 parent 1d34453 commit 5f49d9c

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
@@ -51,7 +51,7 @@ python-version = "3.11"
5151
testpaths = ["tests"]
5252

5353
[tool.ruff]
54-
target-version = "py39"
54+
target-version = "py311"
5555
line-length = 120
5656
fix = true
5757

0 commit comments

Comments
 (0)