Skip to content

Commit

Permalink
update black target versions (Chia-Network#17699)
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Mar 14, 2024
1 parent a89222a commit e7c233d
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 @@ -8,7 +8,7 @@ local_scheme = "no-local-version"

[tool.black]
line-length = 120
target-version = ['py37', 'py38', 'py39', 'py310', 'py311']
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
include = '''
^/(
[^/]*.py
Expand Down

0 comments on commit e7c233d

Please sign in to comment.