Skip to content

Commit 3548594

Browse files
committed
Add 3.12 to black targets
1 parent b174782 commit 3548594

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
@@ -48,10 +48,10 @@ build-backend = "poetry.core.masonry.api"
4848

4949
[tool.black]
5050
line-length = 120
51-
target-version = ['py38', 'py39', 'py310', 'py311']
51+
target-version = ["py38", "py39", "py310", "py311", "py312"]
5252

5353
[tool.isort]
54-
profile = 'black'
54+
profile = "black"
5555

5656
[tool.coverage.report]
5757
exclude_lines = [

0 commit comments

Comments
 (0)