mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-16 14:42:29 -05:00
13 lines
483 B
Python
13 lines
483 B
Python
"""
|
|
Binder-native check implementations.
|
|
|
|
Check logic that powers ``./book/binder check <group> --scope …`` lives here
|
|
as ordinary Python modules. ``book/cli/commands/validate.py`` imports from
|
|
this package and converts results to ``ValidationIssue`` records.
|
|
|
|
Temporary standalone shims may import from ``cli.checks`` during migration, but
|
|
Binder must not depend on scripts under ``book/tools/`` for core checks.
|
|
|
|
See ``book/cli/README.md`` → "Check implementation layout".
|
|
"""
|