-
Notifications
You must be signed in to change notification settings - Fork 283
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
[pre-commit.ci] pre-commit autoupdate #4560
Conversation
updates: - [github.com/psf/black: 21.12b0 → 22.1.0](psf/black@21.12b0...22.1.0) - [github.com/asottile/blacken-docs: v1.12.0 → v1.12.1](adamchainz/blacken-docs@v1.12.0...v1.12.1)
for more information, see https://pre-commit.ci
@@ -29,7 +29,7 @@ repos: | |||
- id: no-commit-to-branch | |||
|
|||
- repo: https://github.com/psf/black | |||
rev: 21.12b0 | |||
rev: 22.1.0 |
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.
First stable black
version 🥳🥂
if y_coord.name() not in [ | ||
"latitude", | ||
"grid_latitude", | ||
] or x_coord.name() not in ["longitude", "grid_longitude"]: |
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.
👍
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.
So happy that black
is now stable 🥳 ... and with some improvements too 😃
Just going to put this PR on hold atm, as we want to git reset --hard HEAD~1
main
to unblock the release candidate... then we can bank this PR.
This reverts commit d503ce6.
This reverts commit d503ce6.
This reverts commit d503ce6.
updates: