Created
November 15, 2019 12:49
-
-
Save guptarohit/7b9f01b8a7d33e423fc95a1edd60ed03 to your computer and use it in GitHub Desktop.
black hook configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.black] | |
line-length = 88 | |
include = '\.pyi?$' | |
exclude = ''' | |
/( | |
\.git | |
| \.hg | |
| \.mypy_cache | |
| \.tox | |
| \.venv | |
| _build | |
| buck-out | |
| build | |
| dist | |
)/ | |
''' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment