ament_pycodestyle

Checks the code of Python source files against some of the style conventions in PEP 8 using pycodestyle. Files with the following extensions are being considered: .py.

How to run the check from the command line?

ament_pycodestyle [<path> ...]

How to run the check from within a CMake ament package as part of the tests?

The CMake integration is provided by the package ament_cmake_pycodestile.