commit | 891a290ecbe85cb0a156602735e9eacfd5ee0a06 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Tue Jan 23 09:47:47 2024 -0500 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Tue Jan 23 09:47:47 2024 -0500 |
tree | ebf7396819ef5aa55c9f29afacebf9240ddda94a | |
parent | 7a848bc8c97f247ada908cfa629518d3e449ddd6 [diff] [blame] |
chore: fix linters
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 17c6b27..761474e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -5,8 +5,9 @@ rev: v4.3.0 hooks: - id: end-of-file-fixer + exclude: ^images/.*/patches/.*\.patch$ - id: trailing-whitespace - exclude: ^images/.*/patches/.*/.*\.patch$ + exclude: ^images/.*/patches/.*\.patch$ - repo: https://github.com/compilerla/conventional-pre-commit rev: v2.0.0