From c9840e59b19ea4f274275986442a384f87d770e1 Mon Sep 17 00:00:00 2001 From: Josh Meyer Date: Tue, 27 Jul 2021 08:06:02 -0400 Subject: [PATCH] Exclude smoke testing data from linter --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 49a0294b..7843418a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -exclude: '^(taskcluster|.github|native_client/kenlm|native_client/ctcdecode/third_party|tensorflow|kenlm|doc/examples|data/alphabet.txt)' +exclude: '^(taskcluster|.github|native_client/kenlm|native_client/ctcdecode/third_party|tensorflow|kenlm|doc/examples|data/alphabet.txt|data/smoke_test)' repos: - repo: 'https://github.com/pre-commit/pre-commit-hooks' rev: v2.3.0