Skip to content

Commit 769e60f

Browse files
committed
Update location of exported requirements
1 parent a4ef19b commit 769e60f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ repos:
5757
- id: compile-image-processing-requirements
5858
name: compile-image-processing-requirements
5959
language: system
60-
entry: bash -c 'cd image_processing && exec uv export --all-extras > requirements.txt'
60+
entry: bash -c 'cd image_processing && exec uv export --all-extras > src/image_processing/requirements.txt'
6161
pass_filenames: false

image_processing/src/image_processing/host.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"logging": {
88
"applicationInsights": {
99
"samplingSettings": {
10-
"excludedTypes": "Request",
10+
"excludedTypes": "Request,Exception",
1111
"isEnabled": true
1212
}
1313
}

image_processing/requirements.txt renamed to image_processing/src/image_processing/requirements.txt

File renamed without changes.

0 commit comments

Comments
 (0)