Skip to content

Commit

Permalink
Remove ['py311'] under tool.black
Browse files Browse the repository at this point in the history
  • Loading branch information
szuananwar committed Jul 31, 2023
1 parent 5ad52a1 commit f00a896
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 @@ docs = [
]
[tool.black]
required-version = '23.3.0'
target-version = ['py38', 'py39', 'py310', 'py311']
target-version = ['py38', 'py39', 'py310']
skip_magic_trailing_comma = true
line-length = 88
verbose = true
Expand Down

0 comments on commit f00a896

Please sign in to comment.