Skip to content

Instantly share code, notes, and snippets.

@guptarohit
Created November 15, 2019 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save guptarohit/7b9f01b8a7d33e423fc95a1edd60ed03 to your computer and use it in GitHub Desktop.
Save guptarohit/7b9f01b8a7d33e423fc95a1edd60ed03 to your computer and use it in GitHub Desktop.
black hook configuration
[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