-
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
MAINT - Update pre-commit hooks and config #2044
Conversation
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
8e10365
to
04ebf7b
Compare
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.
LGTM just a couple minor comments
@@ -68,3 +65,9 @@ repos: | |||
# stylelint itself needs to be here when using additional_dependencies. | |||
- [email protected] |
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.
odd that this version (16.5.0) doesn't match rev: v16.10.0
above
Co-authored-by: Daniel McCloy <[email protected]>
I think this PR and #2045 have diverged; which one is the cannonical one ? |
Will open a fresh one @Carreau |
Got it! Opened a new follow-up PR #2049 so these two should be now ready to merge I believe |
I'm going to likely merge #2049 directly as this would need to get the logging fix into it as well. I'm going to move to draft to avoid extra reviews. |
Follows-up #2044 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Daniel McCloy <[email protected]> Co-authored-by: M Bussonnier <[email protected]>
Closing as #2049 was merged. |
While working on another PR, I noticed some additions that would be beneficial here, so I decided to clean our pre-commit hooks and configuration.
So that you know, I will open a separate follow-up PR with the actual fixes to make the review easier.
Notable items:
ruff
, it did not make sense to haveblack
separately as ruff is compatible withblack
prettier
hookCloses #1880
Closes #2047