-
Notifications
You must be signed in to change notification settings - Fork 60
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
Update linting tool versions and replace isort with ruff #622
Conversation
fix a couple newly identified spelling errors
update ruff to run safe fixes automatically in the pre-commit hook
add the commit corresponding to prior global application of linters
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.
Nice! This is what I had in mind in the previous PR. 👍
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.
Great! Thanks @grlee77 .
Looks good to me!
For the code changes by lint here, do we need to add another commit into .git-blame-ignore-revs
file after this PR is merged?
/merge |
Thanks Greg for the PR and everyone for the reviews! 🙏 |
This PR is a small follow-up to #616 (regarding comments by @bdice)
It also introduces a
.git-blame-ignore-revs
to ignore all of the formatting changes introduced in !616 from git blame views