Skip to content

Commit

Permalink
Add target-version to tool.black
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Oct 7, 2023
1 parent 69d94d6 commit ffc7e64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ exclude = '''
| setup.py
'''
line-length = 100
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']

[tool.isort]
include_trailing_comma = true
Expand Down

0 comments on commit ffc7e64

Please sign in to comment.