caep-unb / gestorpsi

Other
3 stars 9 forks source link

Fix flake8 warnings and errors #26

Open chocoelho opened 9 years ago

chocoelho commented 9 years ago

https://bpaste.net/show/e68638501acb

chocoelho commented 9 years ago

https://www.python.org/dev/peps/pep-0008/

chocoelho commented 9 years ago

I'd priorize if one wants to get familiar with some part of the project:

If one wants to filter the error, one might execute the following example command:

flake8 --select=error_code folder_or_file_to_examine

e.g, if one wants to know if there are any deprecated form of raising exception

flake8 --select=W602 folder_or_file_to_examine
chocoelho commented 9 years ago

Packages that must be given attention: