-
Notifications
You must be signed in to change notification settings - Fork 321
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
LINT - Run updated pre-commit hooks #2049
Conversation
Co-authored-by: Daniel McCloy <[email protected]>
fff8651
to
e24e6d5
Compare
e24e6d5
to
02acb86
Compare
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
Thanks for your help @Carreau these are some of the most annoying PRs 💜 I am very grateful for you |
This approach to https://github.com/pydata/pydata-sphinx-theme/blame/main/docs/conf.py#L197-L198 The problem is that the PR was squash-merged, so the referenced commit hashes don't exist on
In principle it should be possible to do it all as one PR (with 3 commits: enable-the-rule, apply-the-rule, and add-hash-to-ignore) and then rebase-merge that PR. But I've seen such attempts go sideways before --- maybe the commit hashes changed when rebased onto main? don't recall the details. The 2-PR approach is much less error-prone. |
My bad, I forgot that the default here is squash-merge – I guess that's one of the reason I dislike squash-merge. And yes the commit hash do change when rebasing as the hash depends on all the parents. |
Follows-up #2044