Skip to content

Commit

Permalink
keep it empty until we reconfigure it again with autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed Oct 31, 2019
1 parent c3115ec commit d9c39b5
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1 @@
[tool.black]
line-length = 84
target_version = ['py37']
include = '\.pyi?$'
exclude = '''

(
/(
\.eggs # exclude a few common directories in the
| \.git # root of the project
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
)/
| foo.py # also separately exclude a file named foo.py in
# the root of the project
)
'''

0 comments on commit d9c39b5

Please sign in to comment.