summaryrefslogtreecommitdiff
path: root/.vim/coc-settings.json
blob: ce08b20959f485b005c5d1a1b238ebf3a24334c2 (plain)
1
2
3
4
5
6
{
  "python.linting.pylintEnabled": false,
  "python.linting.flake8Enabled": true,
  "python.linting.enabled": true,
  "python.formatting.provider": "black"
}