We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa4a77 commit f3dcbb2Copy full SHA for f3dcbb2
.pre-commit-config.yaml
@@ -52,7 +52,7 @@ repos:
52
# Update the uv lockfile
53
- id: uv-lock
54
- id: uv-export
55
- args: [--frozen, --no-hashes, --no-editable, --no-sources, --verbose, --no-group, dev, --project, image_processing]
+ args: [--frozen, --no-hashes, --no-editable, --no-sources, --verbose, --no-group, dev, --directory, image_processing]
56
57
# - repo: local
58
# hooks:
0 commit comments