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