-
Notifications
You must be signed in to change notification settings - Fork 191
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 #5682
Conversation
Heya @sphuber I'd rather you didn't keep closing these pre-commit PRs, they are opened for a reason. In this case, it appears there is now an intermittent failure of |
What is that reason if they literally don't change anything in the pre-commit? |
they do, they update versions of the linting tools, which improves the linting of future PRs |
And in this case, none of the linting tools were affected, as shown by the changes. The new pre-commit was run, and nothing was changed whatsoever. If the change is a no-op, why keep merging these? As soon as the version upping actually changes the linting, of course I would be for merging them. By this point we would have merged at least 4 of these, and none of them had any affect. Now you can say, what does it hurt by merging them, but I can ask the same question.
I think so, I will try to have a look today to see if I can fix it. |
future PRs |
cheers 🙏 |
@chrisjsewell I found the direct cause (see #5687 ) but not sure how to fix it yet. |
Thanks! Will have a look later |
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0)
ef46bfe
to
1f801e3
Compare
Codecov ReportBase: 79.65% // Head: 79.65% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #5682 +/- ##
==========================================
+ Coverage 79.65% 79.65% +0.01%
==========================================
Files 490 490
Lines 36570 36570
==========================================
+ Hits 29125 29126 +1
+ Misses 7445 7444 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
updates: