diff --git a/.vim/coc-settings.json b/.vim/coc-settings.json index 23cee3aeac7c9881eab1d7b914e6f0512c6e85e3..04d82c56072bf57ed1e0328af8edce31a48933e9 100644 --- a/.vim/coc-settings.json +++ b/.vim/coc-settings.json @@ -3,9 +3,9 @@ "python.formatting.provider": "black", "python.linting.enabled": true, "python.linting.flake8Enabled": true, - "python.linting.mypyEnabled": true, + "python.linting.mypyEnabled": false, "python.linting.prospectorEnabled": false, - "python.linting.pydocstyleEnabled": true, + "python.linting.pydocstyleEnabled": false, "python.linting.pep8Enabled": false, "python.linting.pylamaEnabled": false, "python.linting.banditEnabled": false,