Files
Vijay Janapa Reddi d091dfbed4 chore(scripts): tidy hook-script hygiene (top-level import, cwd-independent path)
check-internal-links.py: hoist 'import fnmatch' from inside the
if args.exclude block to the module import group.

check_workflow_fork_safety.py: resolve WORKFLOW_DIR relative to __file__
(.github/scripts/) instead of the caller's cwd, so the check works when
invoked standalone, not only when pre-commit runs it from the repo root.
2026-06-10 17:09:30 -04:00
..