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.
1 parent 2333835 commit dbe9c22Copy full SHA for dbe9c22
.taskcluster.yml
@@ -72,7 +72,7 @@ tasks:
72
- "git clone --quiet ${repository} /src && cd /src && git checkout ${head_rev} -b checks &&
73
cd /src/bot && pip install --disable-pip-version-check --no-cache-dir --quiet -r requirements-dev.txt &&
74
cd /src/backend && pip install --disable-pip-version-check --no-cache-dir --quiet -r requirements-dev.txt &&
75
- cd /src && pre-commit run -a"
+ cd /src && pre-commit run -a --show-diff-on-failure"
76
metadata:
77
name: "Code Coverage checks: linting"
78
description: Check code style with pre-commit hooks
0 commit comments