Skip to content

Commit

Permalink
Add all supported Python versions to black config
Browse files Browse the repository at this point in the history
As suggested: psf/black#751
  • Loading branch information
samueldg committed Feb 9, 2023
1 parent 7d6dfe4 commit 03c319c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.black]
line-length = 99
target-version = ['py37']
target-version = ['py37', 'py38', 'py39', 'py310', 'py311']

[tool.ruff]
exclude = [
Expand Down

0 comments on commit 03c319c

Please sign in to comment.