weblate/pyproject.toml
Michal Čihař 02526c63a2 chore: Apply suggestions from codespell
It is not possible to run in in pre-commit now as it has a lot of
false positives.
2023-03-07 15:01:51 +01:00

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'