We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90bf578 commit 9846972Copy full SHA for 9846972
.vscode/settings.json
@@ -5,5 +5,8 @@
5
"source.organizeImports": "explicit"
6
},
7
"editor.defaultFormatter": "charliermarsh.ruff"
8
- }
+ },
9
+ "python.analysis.extraPaths": [
10
+ "./src"
11
+ ]
12
}
0 commit comments