pyproject.toml
author Anton Shestakov <av6@dwimlabs.net>
Mon, 31 Oct 2022 16:36:00 +0400
changeset 49536 87516dd774d0
parent 48004 58fe6d127a01
permissions -rw-r--r--
demandimport: remove an obsolete comment about importing from future See 6000f5b25c9b.

[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