/
/
/
1{
2 "[python]": {
3 "editor.formatOnSave": true,
4 "editor.codeActionsOnSave": {
5 "source.fixAll": "explicit",
6 "source.organizeImports": "explicit"
7 }
8 },
9 "editor.defaultFormatter": "charliermarsh.ruff",
10 "[github-actions-workflow]": {
11 "editor.defaultFormatter": "esbenp.prettier-vscode"
12 },
13 "python.analysis.extraPaths": ["../models/"],
14 "python.analysis.packageIndexDepths": [
15 {
16 "name": "music_assistant_models",
17 "depth": 2
18 }
19 ]
20}
21