Skip to content

Commit

Permalink
Remove old target versions for black
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatal1ty committed Mar 17, 2024
1 parent 3ecb9ac commit 336d0b7
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 @@ -11,4 +11,4 @@ ensure_newline_before_comments = true

[tool.black]
line-length = 79
target-version = ['py36', 'py37', 'py38', 'py39', 'py310', 'py311']
target-version = ['py38', 'py39', 'py310', 'py311']

0 comments on commit 336d0b7

Please sign in to comment.