view black.toml @ 44489:9183b7dcfa8d

run-tests: add option for running with and without Rust extensions This provide a simple and clear way to run the test with or without rust.
author Raphaël Gomès <rgomes@octobus.net>
date Fri, 06 Mar 2020 11:16:15 +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