diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81d9a998..573b2384 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -79,7 +79,7 @@ repos: # Deps: ensure Python uv lockfile is up to date - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.5.13 + rev: 0.5.14 hooks: - id: uv-lock files: src/backend/pyproject.toml @@ -95,7 +95,7 @@ repos: # Lint / autoformat: Python code - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: "v0.8.4" + rev: "v0.8.6" hooks: # Run the linter - id: ruff