Skip to content

Commit 9aa4a77

Browse files
committed
Update
1 parent 7a0b590 commit 9aa4a77

File tree

2 files changed

+15
-120
lines changed

2 files changed

+15
-120
lines changed

.pre-commit-config.yaml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,19 @@ repos:
4545
args: [--fix, --ignore, UP007]
4646
exclude: samples
4747

48-
# - repo: https://github.com/astral-sh/uv-pre-commit
49-
# # uv version.
50-
# rev: 0.5.20
51-
# hooks:
52-
# # Update the uv lockfile
53-
# - id: uv-lock
54-
55-
- repo: local
48+
- repo: https://github.com/astral-sh/uv-pre-commit
49+
# uv version.
50+
rev: 0.5.20
5651
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 export --frozen --no-hashes --no-editable --no-sources --verbose --no-group dev > src/image_processing/requirements.txt && cat src/image_processing/requirements.txt'
61-
pass_filenames: false
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]
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
Lines changed: 0 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -1,107 +0,0 @@
1-
# This file was autogenerated by uv via the following command:
2-
# uv export --frozen --no-hashes --no-editable --no-sources --no-group dev
3-
aiohappyeyeballs==2.4.4
4-
aiohttp==3.11.11
5-
aiosignal==1.3.2
6-
annotated-types==0.7.0
7-
anyio==4.8.0
8-
attrs==24.3.0
9-
azure-ai-documentintelligence==1.0.0
10-
azure-ai-textanalytics==5.3.0
11-
azure-ai-vision-imageanalysis==1.0.0
12-
azure-common==1.1.28
13-
azure-core==1.32.0
14-
azure-functions==1.21.3
15-
azure-identity==1.19.0
16-
azure-search==1.0.0b2
17-
azure-search-documents==11.6.0b8
18-
azure-storage-blob==12.24.0
19-
beautifulsoup4==4.12.3
20-
blis==0.7.11
21-
bs4==0.0.2
22-
catalogue==2.0.10
23-
certifi==2024.12.14
24-
cffi==1.17.1 ; platform_python_implementation != 'PyPy'
25-
charset-normalizer==3.4.1
26-
click==8.1.8
27-
cloudpathlib==0.20.0
28-
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
29-
confection==0.1.5
30-
cryptography==44.0.0
31-
cymem==2.0.11
32-
distro==1.9.0
33-
en-core-web-md @ https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.7.1/en_core_web_md-3.7.1.tar.gz
34-
et-xmlfile==2.0.0
35-
filelock==3.17.0
36-
frozenlist==1.5.0
37-
fsspec==2024.12.0
38-
h11==0.14.0
39-
httpcore==1.0.7
40-
httpx==0.28.1
41-
huggingface-hub==0.27.1
42-
idna==3.10
43-
isodate==0.7.2
44-
jinja2==3.1.5
45-
jiter==0.8.2
46-
joblib==1.4.2
47-
langcodes==3.5.0
48-
language-data==1.3.0
49-
marisa-trie==1.2.1
50-
markdown-it-py==3.0.0
51-
markupsafe==3.0.2
52-
mdurl==0.1.2
53-
model2vec==0.3.7
54-
msal==1.31.1
55-
msal-extensions==1.2.0
56-
msrest==0.7.1
57-
multidict==6.1.0
58-
murmurhash==1.0.12
59-
numpy==1.26.4
60-
oauthlib==3.2.2
61-
openai==1.60.0
62-
openpyxl==3.1.5
63-
packaging==24.2
64-
pandas==2.2.3
65-
pillow==11.1.0
66-
portalocker==2.10.1
67-
preshed==3.0.9
68-
propcache==0.2.1
69-
pycparser==2.22 ; platform_python_implementation != 'PyPy'
70-
pydantic==2.10.5
71-
pydantic-core==2.27.2
72-
pygments==2.19.1
73-
pyjwt==2.10.1
74-
pymupdf==1.25.2
75-
python-dateutil==2.9.0.post0
76-
python-dotenv==1.0.1
77-
pytz==2024.2
78-
pywin32==308 ; platform_system == 'Windows'
79-
pyyaml==6.0.2
80-
regex==2024.11.6
81-
requests==2.32.3
82-
requests-oauthlib==2.0.0
83-
rich==13.9.4
84-
safetensors==0.5.2
85-
setuptools==75.8.0
86-
shellingham==1.5.4
87-
six==1.17.0
88-
smart-open==7.1.0
89-
sniffio==1.3.1
90-
soupsieve==2.6
91-
spacy==3.7.5
92-
spacy-legacy==3.0.12
93-
spacy-loggers==1.0.5
94-
srsly==2.5.1
95-
tenacity==9.0.0
96-
thinc==8.2.5
97-
tiktoken==0.8.0
98-
tokenizers==0.21.0
99-
tqdm==4.67.1
100-
typer==0.15.1
101-
typing-extensions==4.12.2
102-
tzdata==2025.1
103-
urllib3==2.3.0
104-
wasabi==1.1.3
105-
weasel==0.4.1
106-
wrapt==1.17.2
107-
yarl==1.18.3

0 commit comments

Comments
 (0)