From fb7ba52bde513103861fa0acba65dc58ce41e3be Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Wed, 9 Oct 2024 10:49:24 -0400 Subject: [PATCH] Add the rest of the flake8 plugins as dependencies. (#503) 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 --- ament_flake8/package.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ament_flake8/package.xml b/ament_flake8/package.xml index 9b199bd8..077686bd 100644 --- a/ament_flake8/package.xml +++ b/ament_flake8/package.xml @@ -19,14 +19,11 @@ ament_lint python3-flake8 - - + python3-flake8-blind-except python3-flake8-builtins - - + python3-flake8-class-newline python3-flake8-comprehensions - - + python3-flake8-deprecated python3-flake8-docstrings python3-flake8-import-order python3-flake8-quotes