mirror of
https://ghproxy.net/https://github.com/serpwings/static-wordpress.git
synced 2025-10-03 23:15:35 +08:00
22 lines
263 B
TOML
22 lines
263 B
TOML
[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
|
|
)/
|
|
'''
|