We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following #3620, would be great to enforce linting on CI.
I propose using Ruff instead of flake8, it would avoid having to install a bunch of plugins and pyproject.toml configuration is supported.
pyproject.toml
Format could be included as well if the diff isn't to big.
The text was updated successfully, but these errors were encountered:
I like the idea and have heard many good things about ruff. It would be nice to see a branch with this!
ruff
Sorry, something went wrong.
Tracking PRs: If you want to help, just send a message here and I'll add your PR to the list :)
E
W
Successfully merging a pull request may close this issue.
Following #3620, would be great to enforce linting on CI.
I propose using Ruff instead of flake8, it would avoid having to install a bunch of plugins and
pyproject.toml
configuration is supported.Format could be included as well if the diff isn't to big.
The text was updated successfully, but these errors were encountered: