Skip to content

Commit

Permalink
style(pyproject.toml): target for py38
Browse files Browse the repository at this point in the history
  • Loading branch information
shanisma committed Jun 25, 2021
1 parent 8ce7b33 commit e9c1593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion water/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.black]
line-length = 88
target-version = ['py37']
target-version = ['py38']
include = '\.pyi?$'
extend-exclude = '''
# A regex preceded with ^/ will apply only to files and directories
Expand Down

0 comments on commit e9c1593

Please sign in to comment.