We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adopt in all the python code base the PE8 coding convention
--> (Also get an high score with pylint)
The text was updated successfully, but these errors were encountered:
Refactored address_checkers classes using PE8 #16
0d0e940
Use """ instead of ''' + Removed redundant parenthesis + Use full names instead of addr abbreviation
DB_MANAGER/PARSING_RESULTS removed redundant parenthesis + renamed some
64aea0e
variables to respect PE8 #16
ButbuckerIR/UserIR/GithubIR: Remove useless parenthesis and renamed
9d4acc0
herrBez
mzanella
No branches or pull requests
Adopt in all the python code base the PE8 coding convention
--> (Also get an high score with pylint)
The text was updated successfully, but these errors were encountered: