hokusai/bulkgen
Konstantin Fickel 7ab25d49cb
refactor: switch to basedpyright, remove pydantic-settings
- Replace pyright with basedpyright in devenv.nix (custom hook)
- Add basedpyright to devenv packages
- Fix all basedpyright warnings: add DiGraph[str] type args, annotate
  class attributes, narrow SyncResponse, handle unused call results,
  suppress unavoidable Any from yaml.safe_load and untyped blackforest
- Replace pydantic-settings[yaml] with direct pyyaml dependency
- Update CLAUDE.md to reflect basedpyright and dependency changes
2026-02-13 20:25:28 +01:00
..
providers refactor: switch to basedpyright, remove pydantic-settings 2026-02-13 20:25:28 +01:00
__init__.py feat: scaffold project structure with package dirs and mistralai dependency 2026-02-13 20:07:08 +01:00
builder.py feat: add build orchestrator with incremental and parallel execution 2026-02-13 20:13:33 +01:00
cli.py refactor: switch to basedpyright, remove pydantic-settings 2026-02-13 20:25:28 +01:00
config.py refactor: switch to basedpyright, remove pydantic-settings 2026-02-13 20:25:28 +01:00
graph.py refactor: switch to basedpyright, remove pydantic-settings 2026-02-13 20:25:28 +01:00
state.py refactor: switch to basedpyright, remove pydantic-settings 2026-02-13 20:25:28 +01:00