diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f7c887..18edb44 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -23,12 +23,12 @@ repos: - id: prettier - repo: https://github.com/crate-ci/typos - rev: v1.19.0 + rev: v1.20.4 hooks: - id: typos - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.0 + rev: 0.28.1 hooks: - id: check-github-workflows - id: check-renovate @@ -49,7 +49,7 @@ repos: - id: gitleaks - repo: https://github.com/golangci/golangci-lint - rev: v1.56.2 + rev: v1.57.2 hooks: - id: golangci-lint