Skip to content

Commit 4b07b29

Browse files
Bump minimum ruff target to py310
1 parent 1da3ca0 commit 4b07b29

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
@@ -84,7 +84,7 @@ asyncio_mode = "auto"
8484
[tool.ruff]
8585
# preview and explicit preview are enabled for CPY001
8686
preview = true
87-
target-version = "py38"
87+
target-version = "py310"
8888
src = ["src", "."]
8989
line-length = 99
9090

0 commit comments

Comments
 (0)