Commit a09067f
committed
fix: correct uv pre-commit command in Makefile
The pre-commit target was using 'uv pre-commit run' which is not a valid
uv subcommand. Changed to 'uv run pre-commit run' to properly invoke the
pre-commit tool through uv's run command.
Signed-off-by: Mihai Criveti <[email protected]>1 parent 2a692fa commit a09067f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1073 | 1073 | | |
1074 | 1074 | | |
1075 | 1075 | | |
1076 | | - | |
| 1076 | + | |
1077 | 1077 | | |
1078 | 1078 | | |
1079 | 1079 | | |
| |||
0 commit comments