From 4cadd7f37202baee18c24544d27ff789940062a2 Mon Sep 17 00:00:00 2001 From: outtanames Date: Wed, 24 Jan 2024 14:37:21 -0800 Subject: [PATCH] Hide json catalog from linter for now --- .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 650775be..4b96ad55 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: - id: end-of-file-fixer exclude: ^tests/test_data|^docs|^examples/notebook/|^docker|^nos/catalogs - id: pretty-format-json - exclude: ^tests/test_data|^docs|^examples/notebook/|^nos/catalogs + exclude: ^tests/test_data|^docs|^examples/notebook/|^catalogs - id: trailing-whitespace exclude: ^tests/test_data|^docs|^examples/notebook/ - id: check-added-large-files