diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e910633..d50ff88 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: check-added-large-files # Prevent giant files from being committed - repo: https://github.com/Lucas-C/pre-commit-hooks.git - rev: v1.5.5 + rev: v1.5.6 hooks: - id: remove-crlf # Replace CRLF end-lines by LF ones before committing - id: remove-tabs # Replace tabs by whitespaces before committing