feat: migrate to woodpecker ci

- update build 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 b646785f07
4 changed files with 28 additions and 34 deletions
+1 -7
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
uvx pre-commit run --all-files