Skip to content

Commit

Permalink
Merge pull request #3387 from neutrinoceros/black-version
Browse files Browse the repository at this point in the history
MAINT: update black configuration
  • Loading branch information
cphyc authored Jul 8, 2021
2 parents 8c6604f + 33a34d3 commit a4d886a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ requires = [

[tool.black]
line-length = 88
# note : 'py39' is not an available option as of black 19.10b0
target-version = ['py36', 'py37', 'py38']
target-version = [
'py36',
'py37',
'py38',
'py39',
]
include = '\.pyi?$'
exclude = '''
/(
Expand Down

0 comments on commit a4d886a

Please sign in to comment.