-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
checkerAdding a new checkAdding a new checkhelp wantedExtra attention is neededExtra attention is needed
Description
Knowing the venv exists is good but not enough. Packages inside might be outdated or missing. When a Python project is detected and a venv exists, check if installed packages match requirements.txt.
Run pip check inside the venv or compare pip freeze output against requirements.txt. Fail if there are missing or incompatible packages.
Add to internal/check/deps.go or a separate internal/check/pipdeps.go.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
checkerAdding a new checkAdding a new checkhelp wantedExtra attention is neededExtra attention is needed