Skip to content

Commit

Permalink
Catch exit code non 0 in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Aug 21, 2024
1 parent 31b626a commit d7a7557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ cd ../../../docs
python generate.py
cd ..

pre-commit run --all-files
/bin/bash -c 'pre-commit run --all-files; echo Finished running pre-commit!' # Note: prevents error code when reformatting

0 comments on commit d7a7557

Please sign in to comment.