зеркало из https://github.com/mozilla/kitsune.git
Remove python.linting tags
Remove python.formatting
This commit is contained in:
Родитель
23adcc9daa
Коммит
c0c5bdd11e
|
@ -1,19 +1,5 @@
|
|||
{
|
||||
"python.defaultInterpreterPath": "/venv/bin/python",
|
||||
"python.formatting.provider": "none",
|
||||
"python.formatting.blackPath": "/venv/bin/black",
|
||||
"python.formatting.blackArgs": [
|
||||
"--config=/app/pyproject.toml"
|
||||
],
|
||||
"python.linting.enabled": true,
|
||||
"python.linting.flake8Enabled": false,
|
||||
"python.linting.pylintEnabled": true,
|
||||
"python.linting.pylintArgs": [
|
||||
"--disable=C0111",
|
||||
"--enable=W0614",
|
||||
"--load-plugins=pylint_django",
|
||||
"--django-settings-module=kitsune.settings"
|
||||
],
|
||||
"python.autoComplete.extraPaths": [
|
||||
"/vendor"
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче