b2e99ae7e4
ci/woodpecker/pr/pre-commit Pipeline was successful
- update build->test, change to use uvx precommit - update pre-commit with additional checks - remove gitea actions job
4 lines
55 B
Makefile
4 lines
55 B
Makefile
# run pre-commit
|
|
test:
|
|
uvx pre-commit run --all-files
|