diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b94ca5c..2a2728c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -11,7 +11,7 @@ repos: name: Check trailing whitespace args: [--markdown-linebreak-ext=md] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.32.0 + rev: v1.35.1 hooks: - id: yamllint name: Check yaml files (yamllint) @@ -54,7 +54,7 @@ repos: language: docker_image types: [markdown] - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell name: Checks for common misspellings in text files