Enable ruff in the pre-commit hooks (#124)

* Enable ruff in the pre-commit hooks.

* Disable the old hooks.

* Install uv in the CI.
This commit is contained in:
Laurent Mazare
2025-08-26 13:48:11 +02:00
committed by GitHub
parent f4016a8844
commit 2d301c9da0
5 changed files with 32 additions and 22 deletions

View File

@@ -26,3 +26,7 @@ runs:
run: |
source env/bin/activate
pre-commit install
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
version: "0.8.13"