colcon / colcon-cmake

Extension for colcon to support CMake packages
http://colcon.readthedocs.io
Apache License 2.0
16 stars 25 forks source link

suppress deprecation warning in flake8 #109

Closed dirk-thomas closed 2 years ago

dirk-thomas commented 2 years ago

Introduced by python/importlib_metadata # 298.

Move noqa comments to pass latest version of flake8.

Closes #108.