mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
17 lines
455 B
JSON
17 lines
455 B
JSON
|
{
|
||
|
"editor.formatOnSave": true,
|
||
|
"python.formatting.provider": "black",
|
||
|
"python.linting.enabled": true,
|
||
|
"python.linting.flake8Enabled": true,
|
||
|
"python.linting.mypyEnabled": true,
|
||
|
"python.testing.pytestEnabled": true,
|
||
|
"python.analysis.diagnosticMode": "workspace",
|
||
|
"files.associations": {
|
||
|
"requirements-*.txt": "pip-requirements"
|
||
|
},
|
||
|
"sonarlint.connectedMode.project": {
|
||
|
"connectionId": "jellyfin",
|
||
|
"projectKey": "jellyfin_jellyfin-kodi"
|
||
|
},
|
||
|
}
|