STYLE pre-commit autoupdate, and other cleanups #49896
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of changes (separated out into separate commits for ease of review):
pre-commit autoupdate
, bumping a few versionspandas/_libs/parsers.pyx
l
, as that's a new flake8 check that disallows that, in:pandas/tests/frame/indexing/test_getitem.py
pandas/tests/io/pytables/test_round_trip.py
pandas/tests/io/pytables/test_round_trip.py
black
to local hooks, because like this it runs twice (!) as fast, as they now compile with mypyc--verbose
argument to CI job, so we can see how long each hook takes in CIyesqa
to the manual stage (so it only runs in CI), as it's kind of slow and unnecessary most of the time (I don't think I've ever had a local commit fail because of it)If reviewing, I'd suggest looked at each commit separately as they're each self-contained