view pyproject.toml @ 49815:464fe8b8f474

typing: add type hints to the platform `cachestat` classes
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 16 Dec 2022 18:14:54 -0500
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