static-wordpress/pyproject.toml

23 lines
263 B
TOML
Raw Permalink Normal View History

2023-09-24 01:30:40 +02:00
[build-system]
requires = ["setuptools", "wheel"]
[tool.black]
target-version = ['py38']
include = '\.pyi?$'
exclude = '''
/(
\.eggs
| \.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
| env??
| env
)/
'''