mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Remove default coc-pyright args for flake8
- Default args cause problems when we have other custom flake8 rules defined in files such as tox.ini since these project-specifc settings were simply getting ignored in favor of the default args. We should instead always rely on the project's settings
This commit is contained in:
parent
5627b96fff
commit
b9afa56d96
|
@ -11,8 +11,5 @@
|
||||||
"coc.preferences.formatOnSaveFiletypes": [
|
"coc.preferences.formatOnSaveFiletypes": [
|
||||||
"json"
|
"json"
|
||||||
],
|
],
|
||||||
"python.linting.flake8Enabled": true,
|
"python.linting.flake8Enabled": true
|
||||||
"python.linting.flake8Args": [
|
|
||||||
"--ignore=ANN204,ANN101,ANN102,ANN002,ANN003"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue