Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR migrates the linting configuration by dropping flake8 in favor of ruff, while also updating version numbers for both ruff and the pyproject validator.
- Updated ruff version from v0.11.0 to v0.11.2
- Removed the flake8 repository configuration
- Updated the validate-pyproject revision from v0.24 to v0.24.1
Files not reviewed (1)
- .flake8: Language not supported
aaronliu0130
left a comment
There was a problem hiding this comment.
All the rules indeed seem to be implemented in ruff to me! Another thing you might consider doing is a monthly (ish?) pre-commit autoupdate scheduled CI job.
|
|
Correct me if I'm wrong, but isn't that just running pre-commit on the entire repository instead of bumping the versions of the pre-commit hooks? |
|
https://pre-commit.ci says...
|
|
Makes sense! I'm struggling to find a run yesterday that checked for updates though, but I'll take their word for it. |
No description provided.