Skip to content

Commit 90c03f5

Browse files
committed
Implement code changes to enhance functionality and improve performance
1 parent 9892b15 commit 90c03f5

File tree

3 files changed

+4
-903
lines changed

3 files changed

+4
-903
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"python.linting.enabled": true,
44
"python.linting.ruffEnabled": true,
55
"python.formatting.provider": "none",
6+
"ruff.enable": true,
67
"editor.formatOnSave": true,
78
"editor.defaultFormatter": "charliermarsh.ruff",
89
"ruff.importStrategy": "fromEnvironment",
@@ -37,5 +38,6 @@
3738
"**/.ruff_cache": true,
3839
"**/venv": true,
3940
"**/*.pyc": true
40-
}
41+
},
42+
"remote.WSL.useShellEnvironment": true
4143
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"fastapi>=0.110.0",
2323
"uvicorn[standard]>=0.27.1",
2424
"pydantic>=2.6.3",
25-
"httpx>=0.27.0", # For testing HTTP clients
25+
"httpx>=0.27.0", # For testing HTTP clients
2626
"ruff",
2727
"mypy",
2828
"pytest",

0 commit comments

Comments
 (0)