Skip to content

Commit c357ddd

Browse files
committed
Update requirements
1 parent 6a47d39 commit c357ddd

File tree

2 files changed

+1240
-9
lines changed

2 files changed

+1240
-9
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,15 @@ repos:
4747

4848
- repo: https://github.com/astral-sh/uv-pre-commit
4949
# uv version.
50-
rev: 0.5.5
50+
rev: 0.5.20
5151
hooks:
5252
# Update the uv lockfile
5353
- id: uv-lock
5454

55-
- repo: https://github.com/astral-sh/uv-pre-commit
56-
# uv version.
57-
rev: 0.5.8
58-
hooks:
59-
- id: uv-export
60-
args: [--all-extras, --directory, image_processing]
61-
6255
- repo: local
6356
hooks:
6457
- id: compile-image-processing-requirements
6558
name: compile-image-processing-requirements
6659
language: system
67-
entry: bash -c 'cd image_processing && exec uv export --all-extras'
60+
entry: bash -c 'cd image_processing && exec uv export --all-extras > requirements.txt'
6861
pass_filenames: false

0 commit comments

Comments
 (0)