diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bb4d4a71c54..f26f2fd7eeb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: - id: trailing-whitespace args: [--markdown-linebreak-ext=md, --markdown-linebreak-ext=pandoc] - exclude: "^ThirdParty/.*|^Tests/Data/.*|^web/static|^Documentation/.vale/.*" + exclude: "^ThirdParty/.*|^Tests/Data/.*|^web/static|^Documentation/.vale/.*|.*\\.patch" - id: check-added-large-files args: [--maxkb 1024] - id: check-merge-conflict