I was just examining stuff using pyflakes3 and pep8 - both useful stuff - to analyse the python compatibility of a project and they were throwing lots of errors.
So I ran through the project with pycharm cleanup stuff and this fixed a whole bunch of issues.
I've also tidied some redundant and non pep8 code assignments i.g. == None --> is None
Anyway - have a look through - accept, reject as you see fit
Hi,
I was just examining stuff using pyflakes3 and pep8 - both useful stuff - to analyse the python compatibility of a project and they were throwing lots of errors.
So I ran through the project with pycharm cleanup stuff and this fixed a whole bunch of issues.
I've also tidied some redundant and non pep8 code assignments i.g. == None --> is None
Anyway - have a look through - accept, reject as you see fit