mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-27 01:12:26 +08:00
9 lines
273 B
TOML
9 lines
273 B
TOML
[build-system]
|
|
# Minimum requirements for the build system to execute.
|
|
requires = ["setuptools", "wheel", "translate-toolkit"] # PEP 508 specifications.
|
|
|
|
[tool.black]
|
|
target-version = ['py37']
|
|
|
|
[tool.codespell]
|
|
skip = '*.po,*.pot,*.json,*.tmx,*.tbx,yarn.lock,known_hosts'
|