You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use venv for pre-commit in CI instead of pip install
The CI creates a venv via python_venv setup step that has pre-commit
installed from requirements.txt. Activate this venv instead of trying
to install pre-commit via pip which creates PATH issues.
0 commit comments