Only keep black as code formatter

This commit is contained in:
Bruno Alla 2023-06-28 13:33:41 +01:00
parent 2b46c5ae64
commit 00cbee6c8f
No known key found for this signature in database

View File

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