Remove python.formatting
This commit is contained in:
smith 2023-11-06 09:08:48 -05:00
Родитель 23adcc9daa
Коммит c0c5bdd11e
1 изменённых файлов: 0 добавлений и 14 удалений

14
.vscode/settings.json поставляемый
Просмотреть файл

@ -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"
],