diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cb27fc9..94a9334 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ # `pre-commit run --all-files` run hooks for all file repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-toml - id: check-yaml @@ -27,7 +27,7 @@ repos: files: \.(py|sh|json|yml|yaml|md)$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.8 + rev: v0.13.3 hooks: - id: ruff @@ -35,7 +35,7 @@ repos: - id: ruff-format - repo: https://github.com/hadolint/hadolint - rev: v2.13.1-beta + rev: v2.14.0 hooks: - id: hadolint name: Lint Dockerfiles @@ -46,7 +46,7 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.7.2 + rev: 0.8.23 hooks: # Update the uv lockfile