diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57d6300..ae7ce34 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -75,7 +75,7 @@ repos: hooks: - id: shfmt - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.49.0 + rev: v0.49.1 hooks: - id: markdownlint args: ['--fix'] @@ -96,7 +96,7 @@ repos: hooks: - id: typos - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell - repo: https://github.com/shellcheck-py/shellcheck-py