Skip to content

Commit

Permalink
Update pyproject.toml python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nir0s committed Aug 20, 2022
1 parent b980c13 commit e000ddf
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
@@ -1,7 +1,7 @@
[tool.black]
line-length = 120
skip-string-normalization = true
target-version = ['py35', 'py36', 'py37']
target-version = ['py36', 'py37', 'py38', 'py39', 'py310']
exclude = '''
/(
\.eggs
Expand Down

0 comments on commit e000ddf

Please sign in to comment.