RobotLabLTH / skiros2

A skill-based platform for ROS v.2
Other
163 stars 20 forks source link

Applied pycodestyle (pep8) with "--aggresive" #6

Closed matthiashh closed 5 years ago

matthiashh commented 5 years ago

This should fix most violations of pep8. Exemptions were made for manually structured code through tabs.

I use

[pycodestyle]
max-line-length = 200

since I think that lines can be longer than 79 characters pep8 default, but they should be limited at one point. Of course this is an arbitrary number. Github sets 125 for example.

matthiashh commented 5 years ago

Of course this relates to issue #2 and also makes PR #5 pretty much obsolete except that #5 was applied to master.

matthiashh commented 5 years ago

I didn't know that all future commits on a branch are also included in a pull request.

I am closing this one in favour of one where I can merge develop on an ongoing basis.