feat: migrate to woodpecker ci
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
This commit is contained in:
2026-03-09 01:22:37 +11:00
parent 1b76f03ba3
commit b2e99ae7e4
4 changed files with 29 additions and 35 deletions
+2 -8
View File
@@ -1,9 +1,3 @@
# run pre-commit
build:
python3.11 -m venv venv
venv/bin/pip install pip --upgrade
venv/bin/pip install pre-commit
venv/bin/pre-commit run --all-files
clean:
rm -rf venv
test:
uvx pre-commit run --all-files