Open chocoelho opened 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
Packages that must be given attention:
https://bpaste.net/show/e68638501acb