pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 19 Dec 2023 21:27:49 +0100
changeset 51293 03fc41fe8aa1
parent 48004 58fe6d127a01
permissions -rw-r--r--
pytype: ignore certifi import error This is an optional import so we should not complains about it.

[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