pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 01 Dec 2023 22:44:33 +0100
changeset 51268 622f00b350be
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
censor: add a command flag to skip the head checks In some case we spend hours of time checking the heads to censors a simple file is not a good behavior. Especially when censors is used to removed corrupted content.

[build-system]
requires = ["setuptools", "wheel"]

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