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 838ea41 commit 448c403Copy full SHA for 448c403
testing/run.sh
@@ -11,8 +11,8 @@ for config in "${configs[@]}"; do
11
echo "===================================="
12
echo "Test $config"
13
14
- pre-commit clean
15
- pre-commit run -c testing/$config --files testing/main.c | tee -a result.txt || true
+ uvx pre-commit clean
+ uvx pre-commit run -c testing/$config --files testing/main.c | tee -a result.txt || true
16
git restore testing/main.c
17
done
18
0 commit comments