Skip to content

Commit 4166978

Browse files
fix: ruff target-version = "py310"
1 parent 5268281 commit 4166978

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
@@ -68,7 +68,7 @@ module-root = "."
6868
fix = true
6969
indent-width = 4
7070
line-length = 88
71-
target-version = "py313"
71+
target-version = "py310"
7272

7373
[tool.ruff.format]
7474
docstring-code-format = true

0 commit comments

Comments
 (0)