Skip to content

Commit 8c46364

Browse files
committed
Update settings
1 parent f270a57 commit 8c46364

File tree

5 files changed

+27
-7
lines changed

5 files changed

+27
-7
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ 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
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
5454

5555
- repo: local
5656
hooks:

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"azureFunctions.deploySubpath": "/image_processing/src/image_processing",
23
"azureFunctions.projectLanguage": "Python",
34
"azureFunctions.projectLanguageModel": 2,
45
"azureFunctions.projectRuntime": "~4",

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"isBackground": true,
66
"label": "func: host start",
77
"options": {
8-
"cwd": "${workspaceFolder}/ai_search_with_image_processing"
8+
"cwd": "${workspaceFolder}/image_processing/src/image_processing"
99
},
1010
"problemMatcher": "$func-python-watch",
1111
"type": "func"

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ description = "This repo accelerates development of RAG applications with rich d
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8+
"deploy_ai_search_indexes",
9+
"image_processing",
10+
"text_2_sql_core",
11+
"autogen_text_2_sql",
812
]
913

1014
[dependency-groups]
@@ -23,3 +27,6 @@ members = ["text_2_sql/text_2_sql_core", "text_2_sql/autogen", "deploy_ai_search
2327

2428
[tool.uv.sources]
2529
text_2_sql_core = { workspace = true }
30+
autogen_text_2_sql = { workspace = true }
31+
deploy_ai_search_indexes = { workspace = true }
32+
image_processing = { workspace = true }

uv.lock

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)