We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73095c7 commit 2cecf4dCopy full SHA for 2cecf4d
2 files changed
.github/workflows/unit-tests.yml
@@ -58,7 +58,6 @@ jobs:
58
- uses: actions/checkout@v4
59
with:
60
fetch-depth: 0
61
- submodules: "recursive"
62
- uses: actions/setup-python@v5
63
64
python-version: "3.12"
ci/scripts/static_checks.sh
@@ -19,7 +19,7 @@ set -e
19
20
echo "Running pre-commit checks"
21
set +e
22
-pre-commit run --all-files --show-diff-on-failure --color always
+pre-commit run --all-files --show-diff-on-failure --color always --verbose
23
E_PRE_COMMIT="$?"
24
set -e
25
0 commit comments