Issue931

Title adjust style in Python files to flake8
Priority wish Status resolved
Superseder Nosy List jendrik, malte
Assigned To jendrik Keywords
Optional summary

Created on 2019-10-06.23:25:42 by jendrik, last changed by jendrik.

Messages
msg9014 (view) Author: jendrik Date: 2019-10-16.14:04:08
I added the changelog entry and merged the branch.
msg8994 (view) Author: malte Date: 2019-10-08.19:29:40
Before you merge: even if this is mostly a developer-facing change, I think a brief changelog entry would be good.
msg8991 (view) Author: malte Date: 2019-10-07.13:08:37
I did a review. The majority of changes fixes what I would consider "formatting errors", so this is nice.
msg8990 (view) Author: jendrik Date: 2019-10-06.23:30:22
Pull request: https://bitbucket.org/jendrikseipp/downward/pull-requests/139
msg8989 (view) Author: jendrik Date: 2019-10-06.23:25:42
Previously, we checked for whitespace "errors" in the translator and we checked for unused imports and unused local variables in the driver and translator. Going forward, I'd like to check for these things and some additional style conventions in all Python files in our repository with flake8. 

As we've done for similar issues in the past, this issue only makes the necessary changes to our codebase for the tests to pass and doesn't include the tests themselves.
History
Date User Action Args
2019-10-16 14:04:08jendriksetstatus: reviewing -> resolved
messages: + msg9014
2019-10-08 19:29:40maltesetmessages: + msg8994
2019-10-07 13:08:37maltesetmessages: + msg8991
2019-10-06 23:30:22jendriksetstatus: in-progress -> reviewing
messages: + msg8990
2019-10-06 23:25:42jendrikcreate