ament_pyflakes

Checks the code style of Python source files using Pyflakes. Files with the following extensions are being considered: .py.

How to run the check from the command line?

ament_pyflakes [<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_pyflakes.