Skip to content

Commit

Permalink
Change target Python version used for black
Browse files Browse the repository at this point in the history
We no longer support Python 3.6

Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Jul 13, 2022
1 parent f2c35cc commit ffceac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.black]
line-length = 88
target-version = ['py36']
target-version = ['py37']
skip-string-normalization = true
exclude = '''
(
Expand Down

0 comments on commit ffceac7

Please sign in to comment.