Skip to content

Commit

Permalink
Update pyupgrade config to include Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Oct 3, 2023
1 parent 327fde3 commit 32c37ed
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 @@ -4,7 +4,7 @@ multi_line_output = 3

[tool.black]
line-length = 120
target-version = ['py37', 'py38', 'py39', 'py310', 'py311']
target-version = ['py37', 'py38', 'py39', 'py310', 'py311', 'py312']
include = '\.pyi?$'
exclude = '''(\.eggs|\.git|\.mypy_cache|\.tox|\.venv|_build|buck-out|build|dist)'''

Expand Down

0 comments on commit 32c37ed

Please sign in to comment.