dotfiles/.config/nvim/coc-settings.json

7 lines
155 B
JSON

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