Skip to content

Commit c014bb7

Browse files
committed
chore: bump ruff's python version in pyproject toml
1 parent 26c9212 commit c014bb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ exclude = [
8787
line-length = 100
8888
indent-width = 4
8989

90-
# Assume Python 3.9
91-
target-version = "py39"
90+
target-version = "py312"
9291

9392
[tool.ruff.lint]
9493
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.

0 commit comments

Comments
 (0)