RoboCup-Humanoid-TC / webots

Webots Robot Simulator
https://cyberbotics.com
Apache License 2.0
14 stars 14 forks source link

[fix] follow python coding guidelines #300

Closed SGSSGene closed 2 years ago

SGSSGene commented 2 years ago

The CI was complaining about an extra white space at the end, and to many characters in one single line. 🤷

/home/runner/work/webots/webots/projects/samples/contests/robocup/controllers/referee/referee.py:2444:128: E261: at least two spaces before inline comment /home/runner/work/webots/webots/projects/samples/contests/robocup/controllers/referee/referee.py:2444:129: E501: line too long (151 > 128 characters) /home/runner/work/webots/webots/projects/samples/contests/robocup/controllers/referee/referee.py:2444:152: W291: trailing whitespace