diff --git a/.cspell.json b/.cspell.json index ba3a74a4..de8b553b 100644 --- a/.cspell.json +++ b/.cspell.json @@ -79,6 +79,7 @@ "conda", "fromdict", "indentless", + "jsonschema", "linkcheck", "maxsplit", "nargs", diff --git a/src/repoma/check_dev_files/precommit.py b/src/repoma/check_dev_files/precommit.py index a4abcd17..5917fdd1 100644 --- a/src/repoma/check_dev_files/precommit.py +++ b/src/repoma/check_dev_files/precommit.py @@ -14,6 +14,7 @@ "editorconfig-checker", } __SKIPPED_HOOKS = { + "check-jsonschema", "pyright", "taplo", }