view black.toml @ 44301:4caac36c66bc

rust-utils: add util for canonical path Differential Revision: https://phab.mercurial-scm.org/D7871
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 14 Jan 2020 17:10:20 +0100
parents 5e84a96d865b
children
line wrap: on
line source

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