black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 06 Mar 2020 16:24:50 +0100
changeset 44500 0d9ad84a28d9
parent 44232 5e84a96d865b
permissions -rw-r--r--
run-tests: rename "pure" variable to setup_opts There are more useful flag than just `--pure`. We clarify the variable name before adding more options.

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