diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b9a27d..112be6a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: ^vendor/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.0.1 + rev: v4.4.0 hooks: - id: check-added-large-files - id: check-docstring-first @@ -21,7 +21,7 @@ repos: - id: sort-simple-yaml - id: trailing-whitespace - repo: https://github.com/Lucas-C/pre-commit-hooks.git - rev: v1.1.10 + rev: v1.5.1 hooks: - id: remove-tabs exclude: ^(.*/)?Makefile$