Skip to content

Commit

Permalink
Add 3.12 to black targets
Browse files Browse the repository at this point in the history
  • Loading branch information
youtux committed Oct 10, 2023
1 parent b174782 commit 3548594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ build-backend = "poetry.core.masonry.api"

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

[tool.isort]
profile = 'black'
profile = "black"

[tool.coverage.report]
exclude_lines = [
Expand Down

0 comments on commit 3548594

Please sign in to comment.