Skip to content

Commit

Permalink
Add the rest of the flake8 plugins as dependencies. (#503)
Browse files Browse the repository at this point in the history
These are now all available on Ubuntu and RHEL, and they
are in rosdep, so we can make them true dependencies now.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
  • Loading branch information
clalancette authored Oct 9, 2024
1 parent 2e54ed3 commit fb7ba52
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions ament_flake8/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,11 @@

<exec_depend>ament_lint</exec_depend>
<exec_depend>python3-flake8</exec_depend>
<!-- TODO(clalancette): enable this once it is available in RHEL-9 -->
<!-- <exec_depend>python3-flake8-blind-except</exec_depend> -->
<exec_depend>python3-flake8-blind-except</exec_depend>
<exec_depend>python3-flake8-builtins</exec_depend>
<!-- TODO(clalancette): enable this once it is available in RHEL-9 -->
<!-- <exec_depend>python3-flake8-class-newline</exec_depend> -->
<exec_depend>python3-flake8-class-newline</exec_depend>
<exec_depend>python3-flake8-comprehensions</exec_depend>
<!-- TODO(clalancette): enable this once it is available in RHEL-9 -->
<!-- <exec_depend>python3-flake8-deprecated</exec_depend> -->
<exec_depend>python3-flake8-deprecated</exec_depend>
<exec_depend>python3-flake8-docstrings</exec_depend>
<exec_depend>python3-flake8-import-order</exec_depend>
<exec_depend>python3-flake8-quotes</exec_depend>
Expand Down

0 comments on commit fb7ba52

Please sign in to comment.