Skip to content

Commit

Permalink
update vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
avaldebe committed Oct 9, 2023
1 parent 12b608a commit 593b4a7
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"git.untrackedChanges": "separate",
"python.testing.pytestEnabled": true,
"python.linting.enabled": true,
"python.linting.mypyEnabled": true,
"python.linting.mypyPath": ".venv/bin/mypy",
"python.formatting.provider": "black",
"python.sortImports.path": "isort",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
},
"markdownlint.run": "onSave",
"markdownlint.ignore": [
"**/library_usage.md",
Expand Down

0 comments on commit 593b4a7

Please sign in to comment.