Commit Graph

5 Commits

Author SHA1 Message Date
Matthew Honnibal cb67fe175a Regenerate CLI manifest for typer 0.24.1 plain-text output 2026-03-23 15:19:01 +01:00
Matthew Honnibal 93547fe2e8 Fix lint issues across PR files
- setup.py: rename loop variable shadowing parameter (B020)
- _util.py: remove unused registry import (F401), use specific except clause (E722, B904)
- test_cli_app.py: use dict literals instead of dict() (C408)
- main.py: extract _try_static_group to reduce complexity (C901)
2026-03-23 14:56:27 +01:00
Matthew Honnibal 8a318dbae5 Fix manifest 2026-03-23 14:49:31 +01:00
Matthew Honnibal f0abcf7bc0 Update manifest 2026-03-23 14:49:31 +01:00
Matthew Honnibal 188c90d72a Add lazy spaCy CLI loading and static launcher 2026-03-23 14:49:31 +01:00