Skip to content

Commit

Permalink
black py310 support (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Apr 28, 2022
1 parent da66cce commit 687842d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ local_scheme = "dirty-tag"

[tool.black]
line-length = 79
# TBD: add "py310" when supported on pre-commit.ci
target-version = ["py38", "py39"]
target-version = ["py38", "py39", "py310"]
include = '\.pyi?$'
exclude = '''
(
Expand Down

0 comments on commit 687842d

Please sign in to comment.