pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 20 Dec 2023 16:39:03 +0100
changeset 51289 7bd7fcc711f2
parent 48004 58fe6d127a01
permissions -rw-r--r--
pytype: drop the last inline type comment We can't assign type to the "for" variant on the fly, so we type the variable and method used instead.

[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