Skip to content

Commit

Permalink
chore: update vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Aug 9, 2022
1 parent b5f15a1 commit 2c678cb
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .vscode/settings.json
@@ -1,8 +1,23 @@
{
"python.pythonPath": ".venv/bin/python3",
"python.formatting.provider": "black",
"python.languageServer": "Pylance",
"python.linting.enabled": false,
"python.linting.pylintEnabled": false,
"python.linting.banditEnabled": false,
"python.linting.flake8Enabled": false,
"python.linting.mypyEnabled": false,
"python.linting.prospectorEnabled": false,
"python.linting.pycodestyleEnabled": false,
"python.linting.pydocstyleEnabled": false,
"python.linting.pylamaEnabled": false,
"python.analysis.importFormat": "relative",
"[python]": {
"editor.tabSize": 4,
"editor.formatOnSave": true,
"editor.formatOnType": true
"editor.formatOnType": false,
"editor.formatOnPaste": false,
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
}
}

0 comments on commit 2c678cb

Please sign in to comment.