diff --git a/source/Installation/Alternatives/RHEL-Development-Setup.rst b/source/Installation/Alternatives/RHEL-Development-Setup.rst index ebdec994c24..8d8d51f77cc 100644 --- a/source/Installation/Alternatives/RHEL-Development-Setup.rst +++ b/source/Installation/Alternatives/RHEL-Development-Setup.rst @@ -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 \ diff --git a/source/Installation/Alternatives/RHEL-Install-Binary.rst b/source/Installation/Alternatives/RHEL-Install-Binary.rst index 178837c5d86..edc0ffb1ef5 100644 --- a/source/Installation/Alternatives/RHEL-Install-Binary.rst +++ b/source/Installation/Alternatives/RHEL-Install-Binary.rst @@ -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 \ diff --git a/source/Installation/Alternatives/Ubuntu-Development-Setup.rst b/source/Installation/Alternatives/Ubuntu-Development-Setup.rst index 0971b4dcdd5..8c8bae01d54 100644 --- a/source/Installation/Alternatives/Ubuntu-Development-Setup.rst +++ b/source/Installation/Alternatives/Ubuntu-Development-Setup.rst @@ -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 diff --git a/source/Installation/RHEL-Install-RPMs.rst b/source/Installation/RHEL-Install-RPMs.rst index e3eaaf4ff93..f76661c5bf7 100644 --- a/source/Installation/RHEL-Install-RPMs.rst +++ b/source/Installation/RHEL-Install-RPMs.rst @@ -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 \