pyproject.toml
author Georges Racinet <georges.racinet@octobus.net>
Tue, 04 Apr 2023 11:46:26 +0200
changeset 50421 53f039ed6f20
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
rust-readme: mentioning clippy especially since there is a CI check for 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