We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e07e5cf + 4eff5b7 commit 89b3362Copy full SHA for 89b3362
template/pyproject.toml.jinja
@@ -94,7 +94,7 @@ allowlist_externals =
94
{% if sphinx %} sphinx-build
95
sphinx-autobuild
96
{% endif %}commands =
97
- pre-commit: pre-commit run --all-files {posargs}
+ pre-commit: pre-commit run --all-files --show-diff-on-failure {posargs}
98
type-checking: {{ type_checker }} src tests {posargs}
99
tests: pytest --cov={{ package_name }} --cov-report term --cov-report xml:cov.xml {posargs}
100
{% if sphinx %} docs: sphinx-{posargs:build -EW --keep-going} -T docs build/html
0 commit comments