forked from ros-navigation/navigation2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nacho/fix flake8 remaining tests (ros-navigation#3942)
* Use ament_black as linter * Fix standard flake8 errors for `tools - F401 'ament_index_python.packages.get_package_share_directory' imported but unused * Fix flake8 tests for nav2_common - nav2_common/nav2_common/launch/__init__.py:15:1: F401 '.has_node_params.HasNodeParams' imported but unused - nav2_common/nav2_common/launch/__init__.py:16:1: F401 '.rewritten_yaml.RewrittenYaml' imported but unused - nav2_common/nav2_common/launch/__init__.py:17:1: F401 '.replace_string.ReplaceString' imported but unused - nav2_common/nav2_common/launch/__init__.py:18:1: F401 '.parse_multirobot_pose.ParseMultiRobotPose' imported but unused * Fix flake8 nav2_common linterr - nav2_common/nav2_common/launch/replace_string.py:97:100: E501 line too long (108 > 99 characters) * Fix flake8 nav2_common linter - nav2_common/nav2_common/launch/rewritten_yaml.py:142:16: E713 test for membership should be 'not in' * Fix flake8 nav_common linter - nav2_common/nav2_common/launch/has_node_params.py:21:1: F401 'sys' imported but unused * Fix nav2_system_tests flake8 linter This came after using black as formatter. So respecting the previous code * Fix flake8-builtins linter * Fix flake8-comprehensions linter * Fix flake8-import-order linter for nav2_sumple_commander * Fix flake8-import-order linter for nav2_system_tests * Fix flake8-import-order linter for nav2_common * Fix flake8-import-order linter for tools * Fix flake8-docstring linter * Fix flake8-quotes linter for nav2_common * Fix flake8-quotes linter for nav2_system_tests * Fix flake8-quotes linter for nav2_collision_monitor * Fix flake8-quotes linter for nav2_map_server * Fix flake8-quotes linter for nav2_bringup * Fix flake8-quotes linter for tools * Fix flake8-quotes linter for nav2_simple_commander * Fix flake8-quotes linter for nav2_lifecycle * Fix flake8-quotes linter for nav2_costmap2d * Fix flake8-quotes linter for nav2_smac_planner * Fix linter... again
- Loading branch information
1 parent
98af3b9
commit be370db
Showing
89 changed files
with
3,410 additions
and
2,322 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
Oops, something went wrong.