Skip to content

Commit eef8b6f

Browse files
committed
Update precommit
1 parent 0b9370f commit eef8b6f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,12 @@ repos:
5151
hooks:
5252
# Update the uv lockfile
5353
- 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

Comments
 (0)