Skip to content

Commit

Permalink
Uncomment mypy task
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-5546 committed Sep 14, 2023
1 parent 7c4776a commit 971f09b
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions .devcontainer/config/sailbot_workspace.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -375,23 +375,22 @@
"clear": true
}
},
// TODO: uncomment once https://github.com/athackst/vscode-ament-task-provider/pull/201
// is merged and a new release is created
// {
// "label": "mypy",
// "detail": "Run mypy on python files.",
// "type": "ament",
// "task": "mypy",
// "path": "src/",
// "problemMatcher": [
// "$ament_mypy",
// ],
// "presentation": {
// "panel": "dedicated",
// "reveal": "silent",
// "clear": true
// }
// },
{
"label": "mypy",
"detail": "Run mypy on python files.",
"type": "ament",
"task": "mypy",
"path": "src/",
"commandOptions": "--exclude=src/virtual_iridium,src/raye-local-pathfinding",
"problemMatcher": [
"$ament_mypy",
],
"presentation": {
"panel": "dedicated",
"reveal": "silent",
"clear": true
}
},
{
"label": "xmllint",
"detail": "Run xmllint on xml files.",
Expand All @@ -413,7 +412,7 @@
"dependsOn": [
"lint_cmake",
"flake8",
// "mypy",
"mypy",
"xmllint",
],
"problemMatcher": []
Expand Down

0 comments on commit 971f09b

Please sign in to comment.