pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 23 Jun 2023 13:27:09 +0200
changeset 50802 cf0502231d56
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
perf: display all timing by default This is much more useful and end up enable it everywhere. I don't think we have strong backward compatibility guarantee for perf.

[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