pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Mon, 03 Oct 2022 10:00:00 +0200
branchstable
changeset 49502 dbdee8ac3e3f
parent 48004 58fe6d127a01
permissions -rw-r--r--
heptapod-ci: use shell script in pytype step

[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