Skip to content

Commit 57f8f48

Browse files
authored
Switch from pep8 to pycodestyle (#220)
* Update package.xml * Update
1 parent 220e4eb commit 57f8f48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

webots_ros2_importer/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<test_depend>ament_copyright</test_depend>
2222
<test_depend>ament_flake8</test_depend>
2323
<test_depend>ament_pep257</test_depend>
24-
<test_depend>python3-pep8</test_depend>
24+
<test_depend>python3-pycodestyle</test_depend>
2525
<test_depend>python3-pil</test_depend>
2626
<test_depend>python-numpy</test_depend>
2727
<test_depend>python-imaging</test_depend>

0 commit comments

Comments
 (0)