-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
⬆️ UPGRADE: Autoupdate pre-commit config #40439
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
⬆️ UPGRADE: Autoupdate pre-commit config #40439
Conversation
from pandas.core.generic import NDFrame # noqa: F401 | ||
from pandas.core.generic import NDFrame |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well this is pretty neat, it detects it's being used from the typevar bound
Looks like this broke the scripts/tests/test_validate_docstrings tests Also not clear how the tests are supposed to run |
I'm a bit confused as to how removing a |
the newer version of flake8 changed its warning message, so #40457 updates it |
* ⬆️ UPGRADE: Autoupdate pre-commit config * ⬆️ UPGRADE: Autoupdate pre-commit config Co-authored-by: jreback <[email protected]>
Base PullRequest
default branch (https://github.com/pandas-dev/pandas/tree/master)
Command results
Details:
add path
pip install pre-commit
pre-commit autoupdate || (exit 0);
pre-commit run -a || (exit 0);
Changed files
Changed 2 files: