You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now packages like ament_pyflakes and ament_pep8 combine the CMake infrastructure and the pure Python tools which makes it difficult to use with other pure Python packages like ament_tools. So we need to split these packages up, like was done with ament_cmake_copyright and ament_copyright.
Right now packages like
ament_pyflakes
andament_pep8
combine the CMake infrastructure and the pure Python tools which makes it difficult to use with other pure Python packages likeament_tools
. So we need to split these packages up, like was done withament_cmake_copyright
andament_copyright
.AC:
ament_tools
should useament_pyflakes
andament_pep8
for linting: separate ticket: Replace custom flake8 style check with ament_pep8 and ament_pyflakes ament_tools#22The text was updated successfully, but these errors were encountered: