Skip to content

Commit 9846972

Browse files
committed
vscode setting for src path
1 parent 90bf578 commit 9846972

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
"source.organizeImports": "explicit"
66
},
77
"editor.defaultFormatter": "charliermarsh.ruff"
8-
}
8+
},
9+
"python.analysis.extraPaths": [
10+
"./src"
11+
]
912
}

0 commit comments

Comments
 (0)