view black.toml @ 46611:1fce35fcb4db

copies-rust: pass `PathToken` around by value It’s just a `usize`. Differential Revision: https://phab.mercurial-scm.org/D10069
author Simon Sapin <simon.sapin@octobus.net>
date Fri, 08 Jan 2021 11:58:16 +0100
parents 5be886200eb6
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