Skip to content
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

Autoupdate pre-commit hooks & fix linting for runserver_plus.py #1777

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

foarsitter
Copy link
Contributor

This pull request fixes #1776 by updating the pre-commit hooks to there latest version. The change in runserver_plus.py:76 is needed to satisfy mypy.

@ulgens
Copy link
Contributor

ulgens commented Dec 12, 2022

Flake8 has some breaking changes and bugs with the 6.0 version. I wouldn't recommend updating it to the latest for now.

@foarsitter
Copy link
Contributor Author

foarsitter commented Dec 12, 2022

As state in the issue, we are already using flake8==6.0.0 in the actions since the version is not specified. This pull request updates pre-commit to the latest version so the Pre-Commit Checks & Linters action both use flake8==6.0.0 and do not yield different results anymore.

What problems do you encounter using flake8? I did not need to make any modifications to get the CI to pass.

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flake8 pre-commit hooks version outdated
3 participants