pyproject.toml
author pacien <pacien.trangirard@pacien.net>
Tue, 20 Sep 2022 14:04:54 +0200
changeset 49509 946c023212b8
parent 48004 58fe6d127a01
permissions -rw-r--r--
pull_logger: add basic log file rotation based on size

[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