diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0629294..e1edd94 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=https://json.schemastore.org/pre-commit-config.json repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v6.0.0 hooks: - id: check-yaml - id: check-toml @@ -15,7 +15,7 @@ repos: args: ["--maxkb=500"] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.38.0 + rev: v0.48.0 hooks: - id: markdownlint - id: markdownlint @@ -25,12 +25,12 @@ repos: stages: [manual] - repo: https://github.com/koalaman/shellcheck-precommit - rev: v0.9.0 + rev: v0.11.0 hooks: - id: shellcheck - repo: https://github.com/crate-ci/typos - rev: v1.16.25 + rev: v1 hooks: - id: typos exclude: "(_typos.toml|.gitignore|.dockerignore)"