Comments out unreferenced label check

Temporarily disables the check for unreferenced labels in the pre-commit configuration.
This is to allow for updates without being blocked by existing issues
identified by the script. It can be re-enabled later.
This commit is contained in:
Vijay Janapa Reddi
2025-06-02 00:33:07 -04:00
parent e9cff7144b
commit 9f8d30e2aa

View File

@@ -66,14 +66,14 @@ repos:
additional_dependencies: [mdformat-frontmatter]
files: ^contents/.*\.qmd$
- repo: local
hooks:
- id: check-unreferenced-labels
name: "🔎 Check for unreferenced labels"
entry: python3 ./scripts/find_unreferenced_labels.py ./contents/core
language: system
files: ''
pass_filenames: false
# - repo: local
# hooks:
# - id: check-unreferenced-labels
# name: "🔎 Check for unreferenced labels"
# entry: python3 ./scripts/find_unreferenced_labels.py ./contents/core
# language: system
# files: ''
# pass_filenames: false
- repo: local
hooks: