feat(linter): add PYDEPS linter
Metadata
Current evaluation
Merged to add a PYDEPS linter that verifies charm library dependencies are installed and sufficient, resolving issue #1890. The commit introduces 107 lines of validation logic across a single file.
Suggested action: —
No scores available.
Issue body
This linter reads in all PYDEPS listed in a charm's libraries and verifies that they are installed and sufficient. Closes #1890.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged to add a PYDEPS linter that verifies charm library dependencies are installed and sufficient, resolving issue #1890. The commit introduces 107 lines of validation logic across a single file. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a feature adding a PYDEPS linter to verify charm library dependencies are installed and sufficient, resolving issue #1890. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged the PYDEPS linter to verify charm library dependencies are installed and meet version requirements. Resolves issue #1890. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #2250 feat(linters): PYDEPS linter | charmcraft | merged | Merged after two approvals. Added a PYDEPS linter to verify charmlib package consistency, resolving #1890 and CRAFT-3370. The author overrode a single failing spread test caused by infrastructure issues to complete the merge. | |
| #1951 feat(linter): add 'pip check' linter | charmcraft | merged | Merged a linter that executes pip check on the generated charm virtual environment to flag dependency inconsistencies. Approved by two reviewers, the update adds 263 lines across six files to enforce package integrity validation. |