-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uv lock for pyproject in subfolder #15
Comments
You can do this: - repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.5.2
hooks:
- id: uv-lock
files: path/to/project/pyproject.toml
args: [--project, path/to/project] |
This might be worth putting in the readme! |
I have encountered this issue trying to employ this for a git repo containing multiple subdirectories containing |
Similarly, I am working in a monorepo with multiple Is there a way to find and check all lock files in all non-excluded directories without explicitly specifying a path to each? |
I'm working in a mono-repo and have the pyproject.toml sitting in a subfolder, is there a way to specify this for the uv-lock hook?
The text was updated successfully, but these errors were encountered: