Skip to content

Commit d702442

Browse files
committed
Update
1 parent 64c5cc7 commit d702442

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,4 @@ repos:
5252
# Update the uv lockfile
5353
- id: uv-lock
5454
- id: uv-export
55-
args: [--frozen, --no-hashes, --no-editable, --no-sources, --verbose, --no-group, dev, --directory, image_processing, -o, requirements.txt]
56-
57-
# - repo: local
58-
# hooks:
59-
# - id: compile-image-processing-requirements
60-
# name: compile-image-processing-requirements
61-
# language: system
62-
# entry: bash -c 'cd image_processing && exec uv export --frozen --no-hashes --no-editable --no-sources --verbose --no-group dev > src/image_processing/requirements.txt && cat src/image_processing/requirements.txt'
63-
# pass_filenames: false
55+
args: [--frozen, --no-hashes, --no-editable, --no-sources, --verbose, --no-group, dev, --directory, image_processing, -o, src/image_processing/requirements.txt]

image_processing/src/image_processing/requirements.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)