File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "github.copilot.chat.experimental.codeGeneration.instructions" : [
3- {"file" : " CODE_STYLE.md" }
4- ],
5- "devbox.autoShellOnTerminal" : false ,
62 "[python]" : {
73 "editor.insertSpaces" : true ,
84 "editor.tabSize" : 4 ,
9- "editor.defaultFormatter" : " charliermarsh.ruff"
5+ "editor.codeActionsOnSave" : {
6+ "source.organizeImports" : " explicit" ,
7+ "source.fixAll" : " explicit"
8+ }
109 },
11- "python.defaultInterpreterPath" : " ${workspaceFolder}/app/.venv/bin/python" ,
12- "python.terminal.activateEnvInCurrentTerminal" : true ,
1310 "python.testing.pytestArgs" : [
1411 " tests"
1512 ],
1815 // https://github.com/astral-sh/ruff-vscode
1916 "python.analysis.ignore" : [
2017 " *"
21- ],
22- "debug.inlineValues" : " off" ,
23- "ruff.lint.run" : " onType" ,
24- "ruff.organizeImports" : true ,
25- "ruff.showNotifications" : " onError"
18+ ]
2619}
You can’t perform that action at this time.
0 commit comments