mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-05 00:58:56 -05:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user