pyproject.toml
author Manuel Jacob <me@manueljacob.de>
Sat, 21 May 2022 22:24:02 +0200
changeset 49231 4d42a5fb70bf
parent 48004 58fe6d127a01
permissions -rw-r--r--
worker: add docstring to _blockingreader

[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