Skip to content

Commit

Permalink
Add '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 3cedce2 commit 012f879
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']
target-version = ['py38', 'py39', 'py310', 'py311']
skip_magic_trailing_comma = true
line-length = 88
verbose = true
Expand Down

0 comments on commit 012f879

Please sign in to comment.