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
ruff
flake8 takes a long time to run (i.e. pre-commit). It would be nicer to use ruff.
flake8
pre-commit
.flake8
pyproject.toml
.pre-commit-config.yaml
The text was updated successfully, but these errors were encountered:
Makes sense to me - I think that @agoose77 recently updated to ruff on some other projects in EB as well.
Sorry, something went wrong.
@choldgraf @agoose77 flake8 takes the longest linting time, not black. Can we reopen this until we switch from flake8 to ruff?
We should do both - let me check, I thought I'd removed flake8 but it's been a very long week...
Successfully merging a pull request may close this issue.
Context
flake8
takes a long time to run (i.e.pre-commit
). It would be nicer to useruff
.Proposal
flake8
as a dependency, including the.flake8
file.ruff
rules topyproject.toml
file.pre-commit-config.yaml
to useruff
Tasks and updates
flake8
as a dependency, including the.flake8
file.ruff
rules topyproject.toml
file.pre-commit-config.yaml
to useruff
The text was updated successfully, but these errors were encountered: