diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 295cdae..75dc786 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.47.0 + rev: v0.48.0 hooks: - id: markdownlint args: ["--fix"] @@ -44,7 +44,7 @@ repos: - id: shellcheck - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint @@ -55,6 +55,6 @@ repos: # Check for misspellings in documentation files - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell