Tribler / cloudomate

Unpermissioned Open Computer API
GNU Lesser General Public License v3.0
15 stars 16 forks source link

Add flake8 for CI, fix its warnings #61

Closed Jaapp- closed 5 years ago

Jaapp- commented 5 years ago

Use flake8 to detect numerous formatting error in CI.

Currently disabled:

The max-line-length is currently set at a large 160 because the default of 79 causes a lot of warnings that wouldn't necessarily lead to code that's better readable. This is subject to change but I consider it out of scope of this PR currently.