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