-
Notifications
You must be signed in to change notification settings - Fork 2
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
dev: Migrate from flake8 to ruff #128
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.
The repo address is incorrect (https://beta.ruff.rs/docs/usage/).
Nice find by the way!
Faster linting and ruff also supports pyproject.toml configuration. Also moves all configuration for other dev tools to pyproject.toml.
for more information, see https://pre-commit.ci
So we are getting a few |
Got rid of the line length errors and I think I've put back the vtu exclude now, hopefully no typos, just waiting on the pre-commit job to do its thing again. |
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.
Missed that one.
You also need to revert the changes to |
Faster linting and ruff also supports pyproject.toml configuration. Also moves all configuration for other dev tools to pyproject.toml.