diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6e5d382..a807d02 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,14 +3,14 @@ fail_fast: false repos: - repo: https://github.com/adrienverge/yamllint - rev: v1.32.0 + rev: v1.35.1 hooks: - args: - --config-file - .github/lint/.yamllint.yaml id: yamllint - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -21,7 +21,7 @@ repos: - id: check-merge-conflict - id: check-executables-have-shebangs - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.4 + rev: v1.5.5 hooks: - id: remove-crlf - id: remove-tabs