Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
@anntzer I thought we had testing in place to catch these kind of errors before PR review.
flake8 testing of https://github.com/matplotlib/matplotlib on Python 3.6.3
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
./lib/matplotlib/__init__.py:917:31: F821 undefined name 'obj_type' version, key, obj_type, alternative=alt_key) ^ ./lib/matplotlib/gridspec.py:279:13: F821 undefined name 'cbook' cbook.warn_deprecated("2.2", "fig", obj_type="keyword argument", ^ ./lib/matplotlib/gridspec.py:369:13: F821 undefined name 'cbook' cbook.warn_deprecated("2.2", "fig", obj_type="keyword argument", ^ 3 F821 undefined name 'obj_type' 3
The text was updated successfully, but these errors were encountered:
Well, I'm waiting for #11477 (comment) to be resolved...
Sorry, something went wrong.
Fix undefined names.
200c18f
Fixes matplotlib#11550.
5e859f8
No branches or pull requests
@anntzer I thought we had testing in place to catch these kind of errors before PR review.
flake8 testing of https://github.com/matplotlib/matplotlib on Python 3.6.3
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
The text was updated successfully, but these errors were encountered: