eeprom_programmer/.vim/coc-settings.json

6 lines
156 B
JSON
Raw Normal View History

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