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
Hi,
replacing pre-commit with pre-commit-uv on our development machines our "pre-commit run --all mypy" has the same behaviour as with default pre-commit.
However, when running on gitlab CI, it looks like pre-commit is not creating a separate virtualenv with the dependencies on the "additional_dependencies" field, but it's running on the outer environment.
Hi,
replacing pre-commit with pre-commit-uv on our development machines our "pre-commit run --all mypy" has the same behaviour as with default pre-commit.
However, when running on gitlab CI, it looks like pre-commit is not creating a separate virtualenv with the dependencies on the "additional_dependencies" field, but it's running on the outer environment.
does it make any sense?
thanks
The text was updated successfully, but these errors were encountered: