mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-14 00:44:53 +03:00
Only keep black as code formatter
This commit is contained in:
parent
2b46c5ae64
commit
00cbee6c8f
|
@ -43,10 +43,8 @@
|
||||||
"source.organizeImports": true
|
"source.organizeImports": true
|
||||||
},
|
},
|
||||||
//"editor.defaultFormatter": "ms-python.black-formatter",
|
//"editor.defaultFormatter": "ms-python.black-formatter",
|
||||||
// "formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8",
|
|
||||||
"formatting.blackPath": "/usr/local/bin/black",
|
"formatting.blackPath": "/usr/local/bin/black",
|
||||||
"formatting.provider": "black",
|
"formatting.provider": "black",
|
||||||
// "formatting.yapfPath": "/usr/local/py-utils/bin/yapf",
|
|
||||||
"languageServer": "Pylance",
|
"languageServer": "Pylance",
|
||||||
// "linting.banditPath": "/usr/local/py-utils/bin/bandit",
|
// "linting.banditPath": "/usr/local/py-utils/bin/bandit",
|
||||||
"linting.enabled": true,
|
"linting.enabled": true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user