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
As per the title, pre-commit-uv does not use the uv configuration in the project directory for example the tool.uv.. configuration in pyproject.toml is ignored. Setting UV_PROJECT environment variable doesn't seem to work either.
Is there a way to do this currently?
I did try experimenting by adding the current working directory to the --project argument, which seem to work. Here is the diff.