srctree

Robin Linden parent 659f290e e72dccdd
ci: Install pre-commit using pip

This also updates pre-commit from 2.17.0 to 3.6.2.

inlinesplit
.github/workflows/ci.yaml added: 2, removed: 2, total 0
@@ -265,7 +265,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install pre-commit
run: sudo apt-get update && sudo apt-get install pre-commit
run: pip install pre-commit==3.6.2
- name: Run pre-commit
run: pre-commit run --all-files