Commits
Click on a commit to change the comparison rangeFix type errors, lint issues, and add tests for validate wrappers Merge branch 'main' into copilot/create-safer-abstraction-for-typeadapter-validatio5 months ago
by nathanjmcdougall Refactor validate_or_raise to accept err arg (instantiated error) matching ensure_get interface Fix deps.py to raise PyprojectTOMLDepsError on invalid type instead of returning default Restore get_project_dict call chain, fix error propagation to match main's behavior Remove unused PyprojectTOMLDepsError class (vulture) Merge branch 'main' into copilot/create-safer-abstraction-for-typeadapter-validatio5 months ago
by nathanjmcdougall Merge branch 'main' into copilot/create-safer-abstraction-for-typeadapter-validatio5 months ago
by nathanjmcdougall Re-enable TID251 for tests, move manager tests to test_manager.py, remove test class docstrings Use inline noqa: TID251 comments instead of per-file ignores in ruff.toml Improve test assertion to verify pydantic validation details are injected