Skip to content

Commit

Permalink
Remove the instructions to install some flake8 plugins by hand. (#3945)
Browse files Browse the repository at this point in the history
We'll get them from rosdep now.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
  • Loading branch information
clalancette authored Oct 17, 2023
1 parent 5c7c68a commit 0754938
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions source/Installation/Alternatives/RHEL-Development-Setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ Install development tools
make \
patch \
python3-colcon-common-extensions \
python3-flake8-builtins \
python3-flake8-comprehensions \
python3-flake8-docstrings \
python3-flake8-import-order \
python3-flake8-quotes \
python3-mypy \
python3-pip \
python3-pydocstyle \
Expand Down
5 changes: 0 additions & 5 deletions source/Installation/Alternatives/RHEL-Install-Binary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ If you are going to build ROS packages or otherwise do development, you can also
make \
patch \
python3-colcon-common-extensions \
python3-flake8-builtins \
python3-flake8-comprehensions \
python3-flake8-docstrings \
python3-flake8-import-order \
python3-flake8-quotes \
python3-mypy \
python3-pip \
python3-pydocstyle \
Expand Down
5 changes: 0 additions & 5 deletions source/Installation/Alternatives/Ubuntu-Development-Setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,11 @@ Install development tools
.. code-block:: bash
sudo apt update && sudo apt install -y \
python3-flake8-docstrings \
python3-pip \
python3-pytest-cov \
python3-flake8-blind-except \
python3-flake8-builtins \
python3-flake8-class-newline \
python3-flake8-comprehensions \
python3-flake8-deprecated \
python3-flake8-import-order \
python3-flake8-quotes \
python3-pytest-repeat \
python3-pytest-rerunfailures \
ros-dev-tools
Expand Down
5 changes: 0 additions & 5 deletions source/Installation/RHEL-Install-RPMs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ If you are going to build ROS packages or otherwise do development, you can also
make \
patch \
python3-colcon-common-extensions \
python3-flake8-builtins \
python3-flake8-comprehensions \
python3-flake8-docstrings \
python3-flake8-import-order \
python3-flake8-quotes \
python3-mypy \
python3-pip \
python3-pydocstyle \
Expand Down

0 comments on commit 0754938

Please sign in to comment.