Skip to content

Commit

Permalink
Setup black to ignore tests snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Apr 4, 2019
1 parent aceed79 commit d1f727e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[tool.black]
line-length = 88
target-version = ['py36', 'py37', 'py38']
include = '\.pyi?$'
exclude = '''
/(
\.eggs
| \.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
| snapshots
)/
'''

0 comments on commit d1f727e

Please sign in to comment.