Skip to content

Commit 3a48454

Browse files
authored
Merge pull request #6947 from MetRonnie/ruff
Update ruff/black python target version to 3.12
2 parents 79438d0 + 9fb68d6 commit 3a48454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ showcontent = true
2828

2929
[tool.ruff]
3030
line-length = 79
31-
target-version = "py37"
31+
target-version = "py312"
3232

3333
[tool.ruff.format]
3434
quote-style = "preserve"
3535

3636

3737
[tool.black]
3838
line-length = 79
39-
target-version = ['py37']
39+
target-version = ['py312']
4040
skip-string-normalization = true
4141

4242

0 commit comments

Comments
 (0)