diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 075b90029..fe5d2461c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: # Lint / autoformat: Python code - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: "v0.8.3" + rev: "v0.8.4" hooks: # Run the linter - id: ruff @@ -21,7 +21,7 @@ repos: # Deps: ensure Python uv lockfile is up to date - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.5.9 + rev: 0.5.13 hooks: - id: uv-lock files: src/backend/pyproject.toml @@ -29,7 +29,7 @@ repos: # Upgrade: upgrade Python syntax - repo: https://github.com/asottile/pyupgrade - rev: v3.19.0 + rev: v3.19.1 hooks: - id: pyupgrade