Trybnetic / paat

The physical activity analysis toolbox (PAAT) is a comprehensive toolbox to analyse raw acceleration data.
MIT License
3 stars 2 forks source link

Improve code quality with pylint and pycodestyle #2

Open Trybnetic opened 3 years ago

Trybnetic commented 3 years ago

Use pylint and pycodestyle to make the code consistent.

Trybnetic commented 3 years ago

Did some clean up in the last commits. Currently, most complains come from E501/C0301 (Line too long) and W1203 (Use lazy % formatting in logging functions). Should be fine for now, but be improved at some point