generated from athackst/vscode_ros2_workspace
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add mypy type checker * Create type checking vscode task and remove mypy extension * Modify mypy task to lint entire ROS packages rather than a single file * Specify interpreter path for python extensions (#155) * Add path to python interpreter for black formatter * Add python interpreter path to isort and flake8 config * Format all Python strings to be double quotes (#158) * Add github copilot extension (#159) * Delete deprecated python setting * Enable mypy extension * Add mypy task TODO * Install ament_mypy * Add mypy to CI * Update TODO * Fix mypy CI * Uncomment mypy task * Update base-dev image tag * Create mypy vscode tasks for each python pkg * Add mypy global_launch task * Fix global_launch mypy error * Loop over valid sub directories * Fix ament linter script * Uses CI script in tasks * Exit with error if any lint run has errors --------- Co-authored-by: Patrick Creighton <[email protected]>
- Loading branch information
1 parent
c2087b9
commit 3574523
Showing
7 changed files
with
59 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters