-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Blacken the rest of the codebase, in one go #10360
Conversation
c9ca912
to
9523580
Compare
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.
👍 to this approach.
.pre-commit-config.yaml
Outdated
^tests/functional/test_install| | ||
# A blank ignore, to avoid merge conflicts later. | ||
^$ | ||
exclude: src/pip/_vendor/ |
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.
exclude: src/pip/_vendor/ |
I believe this line can be dropped as _vendor
is already excluded globally on line 1.
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.
Indeed! Done. :)
9523580
to
585037a
Compare
I'm gonna go ahead and merge this now; since no one has said "Don't do this!?!" in #10299. I'll also enable the news check, since a whole bunch of PRs are gonna be updated for the conflicts this causes; so they'd also end up getting the newer news checking workflow as well. |
Closes #8543
Closes #10299
Closes #10359
Closes #10285
In case we decide to do this in #10299.