Skip to content

Commit 2cecf4d

Browse files
committed
verbose pre-commit
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent 73095c7 commit 2cecf4d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
- uses: actions/checkout@v4
5959
with:
6060
fetch-depth: 0
61-
submodules: "recursive"
6261
- uses: actions/setup-python@v5
6362
with:
6463
python-version: "3.12"

ci/scripts/static_checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -e
1919

2020
echo "Running pre-commit checks"
2121
set +e
22-
pre-commit run --all-files --show-diff-on-failure --color always
22+
pre-commit run --all-files --show-diff-on-failure --color always --verbose
2323
E_PRE_COMMIT="$?"
2424
set -e
2525

0 commit comments

Comments
 (0)