We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbde938 commit f87a10aCopy full SHA for f87a10a
image_tools_py/package.xml
@@ -16,9 +16,11 @@
16
<!-- These test dependencies are optional
17
Their purpose is to make sure that the code passes the linters -->
18
<test_depend>ament_copyright</test_depend>
19
+ <test_depend>ament_flake8</test_depend>
20
<test_depend>ament_pep257</test_depend>
21
<test_depend>ament_pep8</test_depend>
22
<test_depend>ament_pyflakes</test_depend>
23
+ <test_depend>launch</test_depend>
24
25
<export>
26
<build_type>ament_python</build_type>
0 commit comments