Skip to content

Commit

Permalink
Add black formatter and mypy checker
Browse files Browse the repository at this point in the history
  • Loading branch information
qhdwight committed Sep 24, 2023
1 parent 3e90507 commit ee8aa1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"ms-vscode.cpptools",
"ms-vscode.cmake-tools",
"ms-python.vscode-pylance",
"ms-python.black-formatter",
"ms-python.mypy-type-checker",
"dbaeumer.vscode-eslint",
"redhat.vscode-xml",
"redhat.vscode-yaml",
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"/opt/ros/noetic/lib/python3/dist-packages",
"${workspaceFolder}/../../devel/lib/python3/dist-packages",
],
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
},
//// Miscellaneous
"redhat.telemetry.enabled": false,
}

0 comments on commit ee8aa1a

Please sign in to comment.