Skip to content

Commit 2783dec

Browse files
committed
build: update Ruff configuration for Python 3.10 compatibility
1 parent 508cde9 commit 2783dec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ build-backend = "poetry.core.masonry.api"
3131

3232
[tool.ruff]
3333
line-length = 79
34+
target-version = "py310"
35+
3436

3537
[tool.ruff.lint]
3638
preview = true

0 commit comments

Comments
 (0)