From 7c03c5503406aca0fea927283d8b20555820ad19 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Wed, 18 Dec 2024 16:42:18 -0600 Subject: [PATCH] Drop dependency on python3-flake8-docstrings The flake8-docstrings package is a flake8 plugin wrapper around pydocstyle, which was deprecated and has now ceased development and maintenance. --- ament_flake8/package.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/ament_flake8/package.xml b/ament_flake8/package.xml index 5a7f5994..9123ef04 100644 --- a/ament_flake8/package.xml +++ b/ament_flake8/package.xml @@ -24,7 +24,6 @@ python3-flake8-class-newline python3-flake8-comprehensions python3-flake8-deprecated - python3-flake8-docstrings python3-flake8-import-order python3-flake8-quotes