-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Fix CI failing #3957
Fix CI failing #3957
Conversation
for more information, see https://pre-commit.ci
Thanks! Could you add a NEWS entry since this fixes a user-visible issue? We'll probably cut a hotfix release for this. |
By NEWS entry, you mean in CHANGELOG? |
I think we need to fix the pre-commit checks elsewhere ourselves if I'm reading them correctly? |
CHANGES.md
Outdated
|
||
### Integrations | ||
|
||
- Fix the action failing when Black check doesn't pass (#3957) |
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.
This should go into the "Unreleased" section above. We'll set this to 23.10.1 when we make the release.
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.
Done!
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.
Thanks!
You can see that this is running with a failing file here: https://github.com/kiyoon/blacktest/actions/runs/6578198222 And also the successful run: |
Hey, I noticed today the comment in the original PR: #3914 (comment) My proposal was to add |
Description
Fixes #3953
Checklist - did you ...
CHANGES.md
if necessary?