view pyproject.toml @ 48841:2ef3b7d30cc1

cext: really remove Python 2 file handling code Disclaimer: This is _WIN32 code and I have no machine to test.
author Yuya Nishihara <yuya@tcha.org>
date Thu, 03 Mar 2022 09:45:21 +0900
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