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 a406e76 commit b476247Copy full SHA for b476247
backend/.vscode/settings.json
@@ -4,6 +4,9 @@
4
"files.trimFinalNewlines": true,
5
"python.analysis.autoImportCompletions": true,
6
"python.analysis.typeCheckingMode": "basic",
7
+ "python.analysis.diagnosticSeverityOverrides": {
8
+ "reportPrivateImportUsage": "none"
9
+ },
10
"[python]": {
11
"editor.formatOnSave": true,
12
"editor.codeActionsOnSave": {
pyrightconfig.json
@@ -0,0 +1,10 @@
1
+{
2
+ "include": [
3
+ "backend/src"
+ ],
+ "exclude": [
+ "**/venv",
+ "**/__pycache__"
+}
0 commit comments