Files
sublime-music/.vim/coc-settings.json
2020-10-13 21:10:03 -06:00

9 lines
239 B
JSON

{
"python.analysis.openFilesOnly": false,
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.linting.mypyEnabled": true,
"python.formatting.provider": "black"
}