From 898569e2ac0a1294bcb37a36a062398055328b0c Mon Sep 17 00:00:00 2001 From: Nguyen Quang Binh Date: Fri, 29 Sep 2023 23:29:32 +0700 Subject: [PATCH] Exclude manifest file. --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 85a22f5f2..38b70b2c5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,6 +31,8 @@ repos: name: Run codespell to check for common misspellings in files language: python types: [text] + args: + - --exclude-file=tests/sample/manifest_model_version.json - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.10.0 hooks: