Skip to content

Commit

Permalink
add all supported target versions for black
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Oct 17, 2023
1 parent b31605b commit 43b8c55
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 @@ -92,7 +92,7 @@ imports = ["kfk"]


[tool.black]
target-version = ["py37"]
target-version = ["py38", "py39", "py310", "py311"]
line-length = 88
include = '\.pyi?$'
exclude = '''
Expand Down

0 comments on commit 43b8c55

Please sign in to comment.