mirror of
https://zotify.xyz/zotify/zotify.git
synced 2025-05-04 12:32:43 +00:00
11 lines
319 B
JSON
11 lines
319 B
JSON
{
|
|
"python.linting.flake8Enabled": true,
|
|
"python.linting.mypyEnabled": true,
|
|
"python.linting.enabled": true,
|
|
"python.formatting.provider": "black",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
},
|
|
"isort.args": ["--profile", "black"]
|
|
}
|