Skip to content

Commit

Permalink
fix: failing ci-job for black formatting
Browse files Browse the repository at this point in the history
* (fix): remove 'py312' from the black's 'target-version' list
  • Loading branch information
nautics889 committed Mar 22, 2024
1 parent 3e38bc2 commit 62c013f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ profile = "black"
[tool.black]
line-length = 127
preview = true
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
target-version = ['py38', 'py39', 'py310', 'py311']

[tool.ruff]
line-length = 127
Expand Down

0 comments on commit 62c013f

Please sign in to comment.