view pyproject.toml @ 49588:7236f11db0c3

demandimport: ensure lazyloaderex sets loader attributes (issue6725) Adds test capturing missed expectation.
author Jason R. Coombs <jaraco@jaraco.com>
date Wed, 02 Nov 2022 09:34:03 -0400
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