diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 351ec336..abdd1f25 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - commit-msg - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell @@ -40,7 +40,7 @@ repos: args: [-c=.yamllint] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.48.0 + rev: v0.49.1 hooks: - id: markdownlint - id: markdownlint-fix @@ -52,7 +52,7 @@ repos: args: ["--severity=warning"] - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.13.1-1 + rev: v3.14.1-1 hooks: - id: shfmt args: ["-i", "2", "-w"]