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 0b9370f commit eef8b6fCopy full SHA for eef8b6f
.pre-commit-config.yaml
@@ -51,3 +51,12 @@ repos:
51
hooks:
52
# Update the uv lockfile
53
- id: uv-lock
54
+
55
+ - repo: local
56
+ hooks:
57
+ - id: compile-image-processing-requirements
58
+ name: compile-image-processing-requirements
59
+ language: system
60
+ entry: bash -c 'cd image_processing && exec uv pip compile'
61
+ pass_filenames: false
62
+ files: ^image_processing/
0 commit comments