Skip to content

Commit

Permalink
Drop dependency on python3-flake8-docstrings
Browse files Browse the repository at this point in the history
The flake8-docstrings package is a flake8 plugin wrapper around
pydocstyle, which was deprecated and has now ceased development and
maintenance.
  • Loading branch information
cottsay committed Dec 19, 2024
1 parent a5d96f4 commit 7c03c55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ament_flake8/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<exec_depend>python3-flake8-class-newline</exec_depend>
<exec_depend>python3-flake8-comprehensions</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 7c03c55

Please sign in to comment.