black.toml
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Mon, 01 Jun 2020 09:40:18 -0400
changeset 44970 3679c88b7f4e
parent 44232 5e84a96d865b
permissions -rw-r--r--
git: don't yield paths for directories when walking

[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true