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
Add flake8-comprehensions to pre-commit and fix errors
flake8-comprehensions
pre-commit
The text was updated successfully, but these errors were encountered:
ci(pre-commit): Add flake8-comprehensions to pre-commit (TheA…
19edb8d
…lgorithms#7233)
fix: Replace map with generator (TheAlgorithms#7233)
map
77b7d89
Add Flake8 comprehensions to pre-commit (#7235)
a652905
* ci(pre-commit): Add ``flake8-comprehensions`` to ``pre-commit`` (#7233) * refactor: Fix ``flake8-comprehensions`` errors * fix: Replace `map` with generator (#7233) * fix: Cast `range` objects to `list`
closed by #7235
Please make sure to link the issue, if existing, in the PR itself, so that it gets closed automatically.
Sorry, something went wrong.
No branches or pull requests
Feature description
Add
flake8-comprehensions
topre-commit
and fix errorsThe text was updated successfully, but these errors were encountered: