We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9892b15 commit 90c03f5Copy full SHA for 90c03f5
.vscode/settings.json
@@ -3,6 +3,7 @@
3
"python.linting.enabled": true,
4
"python.linting.ruffEnabled": true,
5
"python.formatting.provider": "none",
6
+ "ruff.enable": true,
7
"editor.formatOnSave": true,
8
"editor.defaultFormatter": "charliermarsh.ruff",
9
"ruff.importStrategy": "fromEnvironment",
@@ -37,5 +38,6 @@
37
38
"**/.ruff_cache": true,
39
"**/venv": true,
40
"**/*.pyc": true
- }
41
+ },
42
+ "remote.WSL.useShellEnvironment": true
43
}
pyproject.toml
@@ -22,7 +22,7 @@ dependencies = [
22
"fastapi>=0.110.0",
23
"uvicorn[standard]>=0.27.1",
24
"pydantic>=2.6.3",
25
- "httpx>=0.27.0", # For testing HTTP clients
+ "httpx>=0.27.0", # For testing HTTP clients
26
"ruff",
27
"mypy",
28
"pytest",
0 commit comments