diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec9167a..1481d4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -44,7 +44,7 @@ repos: types: [file] files: "^tests/Dockerfile_.*" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.3 + rev: v0.6.9 hooks: - id: ruff additional_dependencies: @@ -62,7 +62,7 @@ repos: - requests - types-requests - repo: https://github.com/sirosen/check-jsonschema - rev: 0.29.2 + rev: 0.29.4 hooks: - id: check-github-workflows - id: check-github-actions