ATTN Contributors: black updated to 22.3.0 #269
RookieRick
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Heads-up, I had to update
black
as the version we were using has started breaking due to releases of downstream dependencies (see psf/black#2964 for more details).What this means for you: before you create a new PR, you'll need to make sure you update your local version of
black
to 22.3.0 so that the formatting is consistent with what our CI process will test against, and whatpre-commit
will use (if you haven't installed pre-commit hooks in your local copy, YOU SHOULD).We will strive to make this a rare occurrence, and only plan to update versions of
black
when eitherblack
introduces a new formatting rule that we simply MUST have.Last but not least, thanks all for your continued support and contributions!
Beta Was this translation helpful? Give feedback.
All reactions