From 14aee5d35b3e2321fa51abe0de02c5ce0407177e Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Tue, 18 May 2021 11:50:38 +0200 Subject: [PATCH] Reintroduce excludes to pre-commit-hook --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a70572dc..94a37cae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,4 @@ +exclude: '^(taskcluster|.github|native_client/kenlm|native_client/ctcdecode/third_party|tensorflow|kenlm|doc/examples|data/alphabet.txt)' repos: - repo: 'https://github.com/pre-commit/pre-commit-hooks' rev: v2.3.0