-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
⬆️ pre-commit autoupdate #1792
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
base: master
Are you sure you want to change the base?
⬆️ pre-commit autoupdate #1792
Conversation
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.
@alexrockhill, could you please remove unnecessary formatting changes to reduce the diff?
Thank you!
- repo: https://github.com/charliermarsh/ruff-pre-commit | ||
rev: v0.2.2 | ||
- repo: https://github.com/charliermarsh/ruff-pre-commit | ||
rev: v0.12.10 |
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.
rev: v0.12.10 | |
rev: v0.12.12 |
The extra changes are caused by the formatting updates |
@alexrockhill, could you please take a look one more time and minimize the diff? |
hooks: | ||
- id: ruff | ||
- id: ruff |
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.
- id: ruff | |
- id: ruff-check |
I rather like having pre-commit update so that your linters don't get out-of-date and you don't get faced with a giant stack of errors.