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 96e1052 commit babab53Copy full SHA for babab53
test_all.sh
@@ -54,4 +54,4 @@ cd ..
54
55
## Format all file
56
57
-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 commit comments