black.toml
author Corey Schuhen <cschuhen@topcon.com>
Wed, 10 Mar 2021 15:24:52 +1000
branchstable
changeset 46678 0d055849d5f9
parent 44147 5e84a96d865b
permissions -rw-r--r--
enclink: check contents of symlinks not just size in case of fcrypt Check content of symlinks because st_size may indicate the size of encrypted data which does not match actual link value. Differential Revision: https://phab.mercurial-scm.org/D10146

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