Update Black dependency to fix CI lint#900
Merged
sobolevn merged 2 commits intotypeddjango:masterfrom Mar 31, 2022
Merged
Conversation
Closes typeddjango#896. Black 22.3.0 fixes incompatibility with Click 8.1.0: psf/black#2966 This currently causes the CI to fail, e.g. https://github.com/typeddjango/django-stubs/runs/5756075543
intgr
commented
Mar 30, 2022
| args: ["--profile", "black"] | ||
| - repo: https://github.com/psf/black | ||
| rev: 21.12b0 | ||
| rev: 22.3.0 |
Collaborator
Author
There was a problem hiding this comment.
Looks like .pre-commit-config.yaml hasn't been kept in sync with requirements.txt as it should be.
Collaborator
Author
|
I'm not sure why it's still failing, but it's a different message this time. |
Member
|
You need to reformat some files with new black version. |
Collaborator
Author
|
Ahh! Makes sense, I will do it tomorrow. |
Collaborator
Author
|
Fixed, should be ready to merge now. |
sobolevn
approved these changes
Mar 31, 2022
Member
|
Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #896.
Black 22.3.0 fixes incompatibility with Click 8.1.0: psf/black#2966
This currently causes the CI to fail, e.g. https://github.com/typeddjango/django-stubs/runs/5756075543