mirror of
https://gh.wpcy.net/https://github.com/serpwings/static-wordpress.git
synced 2026-04-30 09:59:00 +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
|
|
)/
|
|
'''
|