StoglRobotics / ros_team_workspace

RosTeamWorkspace is a framework for boosting collaboration in teams when developing software for robots using Robot Operating System (ROS1 and ROS2).
https://rtw.stoglrobotics.de
Apache License 2.0
79 stars 17 forks source link

Ignore flake8 style rule E203 #154

Closed SahWag closed 9 months ago

SahWag commented 9 months ago

flake8 rule E203(https://www.flake8rules.com/rules/E203.html) conflict with code formatter black(https://github.com/psf/black), which are both included in the pre-commit config yaml. This causes some edge-cases with indexing in python where the pre-commit will never pass.

This merge request turns off rule E203, thus avoiding this conflict