view pyproject.toml @ 49282:d7f3f745f20c

cleanup: remove import of already imported module
author Manuel Jacob <me@manueljacob.de>
date Sun, 29 May 2022 12:28:31 +0200
parents 58fe6d127a01
children
line wrap: on
line source

[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