From b4f22bbf8edcce5c4f5e574a5c65dcc6a423a586 Mon Sep 17 00:00:00 2001 From: Julian LaNeve Date: Mon, 9 Oct 2023 12:28:56 -0400 Subject: [PATCH] Fix precommit errors in manifest (#582) ## Description Manifest files break spellcheck and that's not in our control. ## Related Issue(s) ## Breaking Change? ## Checklist - [ ] I have made corresponding changes to the documentation (if required) - [ ] I have added tests that prove my fix is effective or that my feature works --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ab8664d5..1a92e9a5b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,6 +33,7 @@ repos: types: [text] args: - --exclude-file=tests/sample/manifest_model_version.json + - --skip=**/manifest.json - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.10.0 hooks: