Enable flake8 linting for coc-pyright

This commit is contained in:
ItsDrike 2021-12-03 14:45:55 +01:00
parent ac438d1480
commit eb2d3ca2bd
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843

View file

@ -10,5 +10,9 @@
"diagnostic.checkCurrentLine": true, "diagnostic.checkCurrentLine": true,
"coc.preferences.formatOnSaveFiletypes": [ "coc.preferences.formatOnSaveFiletypes": [
"json" "json"
],
"python.linting.flake8Enabled": true,
"python.linting.flake8Args": [
"--ignore=ANN204,ANN101,ANN102,ANN002,ANN003"
] ]
} }