Skip to content

Commit

Permalink
Add pyproject.toml settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
isavion committed Jun 2, 2020
1 parent 97b02d6 commit c58c491
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[tool.black]
line-length = 100
target-version = ['py37']
exclude = '''
(
/(
\.eggs # exclude a few common directories in the
| \.git # root of the project
| \.hg
| \.mypy_cache
| \.tox
| venv
| albemic
| albemic/versions
)/
)
'''

0 comments on commit c58c491

Please sign in to comment.