mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-26 09:34:56 +08:00
27 lines
500 B
TOML
27 lines
500 B
TOML
[tool.black]
|
|
include = '\.pyi?$'
|
|
exclude = '''
|
|
|
|
(
|
|
/(
|
|
\.eggs # exclude a few common directories in the
|
|
| \.git # root of the project
|
|
| \.hg
|
|
| \.mypy_cache
|
|
| \.tox
|
|
| \.venv.*
|
|
| _build
|
|
| buck-out
|
|
| build
|
|
| dist
|
|
| data
|
|
| data-test
|
|
| node_modules
|
|
| settings\.py
|
|
)/
|
|
)
|
|
'''
|
|
|
|
[build-system]
|
|
# Minimum requirements for the build system to execute.
|
|
requires = ["setuptools", "wheel", "translate-toolkit"] # PEP 508 specifications.
|