You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pre-commit run Flake8-pyproject --all
Flake8-pyproject.........................................................Failed
- hook id: Flake8-pyproject
- exit code: 1
src/commrequest/models/helpers.py: "flake8-django[DJ0]" failed during execution due to AttributeError("'TreeRebuilder' object has no attribute 'visit_typealias'")
Run flake8 with greater verbosity to see more details
0
Workaround
When I disable the flake8-django, the pre-commit works (without the django checks).
The text was updated successfully, but these errors were encountered:
Hi,
I'm using flake8-django as a pre-commit flake8 plugin, and I've an issue while
pre-commit
installs it (in my local .git venv)Installs
pre-commit
is installed globally throughpipx
My pre-commit config file
Error message
Workaround
When I disable the
flake8-django
, thepre-commit
works (without the django checks).The text was updated successfully, but these errors were encountered: