diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 14f6cc4..2b3d15b 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.47.0 + rev: v0.48.0 hooks: - id: markdownlint args: ['--fix'] @@ -96,7 +96,7 @@ repos: hooks: - id: typos - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell - repo: https://github.com/shellcheck-py/shellcheck-py