Skip to content

Commit

Permalink
Add explicit black config
Browse files Browse the repository at this point in the history
  • Loading branch information
janw committed May 18, 2019
1 parent df61dc2 commit db7e6df
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[tool.black]
line-length = 88
include = '\.pyi?$'
exclude = '''
/(
| \.git
| \.venv
| venv
| __pycache__
)/
'''

0 comments on commit db7e6df

Please sign in to comment.