-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
pylint Python 3 porting report for idigbio_ingestion
#160
Comments
From that big list, the following are the ones that would need to befixed for Python 3 conversion project: W1655 dict-keys-not-iterating Description W1653 next-method-defined Description W1622 next-method-called Description W1639 filter-builtin-not-iterating Description W1636 map-builtin-not-iterating Description Issues in |
Get rid of the
|
The Updated 3/23/2022:
|
The Disable checks that are fixed and ready for Python3 at this point in the convert_python_3 branch. This is the "final" list of issues needed to make idigbio_ingestion compatible with Python 3:
|
Tried to run pylint under python3 and search the output for just those issues found above. Strangely, these have extra error in parens, not sure how that relates and the codes like E0011 don't seem to match the expected lint error. I can no longer find the website that I recall having good information on these. And python3 linter does not actually find the same issues The two items for mediaing.fetcher are in the pylint output but not
These are the ones that match the
|
Errors only:
|
The text was updated successfully, but these errors were encountered: