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
Installing flake8-django downgrades pylint - because flake8-django is restricted to astroid = "^2.15.2"
pylint (>=3.0.2,<4.0.0) requires astroid (>=3.0.1,<=3.1.0-dev0)
https://github.com/rocioar/flake8-django/blob/master/pyproject.toml#L26C1-L26C9
The text was updated successfully, but these errors were encountered:
I believe that this restriction could also prevent python 3.12. Astroid added support in v3.0.0
EDIT: whoops. Yes. And that is already mentioned in #134
Sorry, something went wrong.
No branches or pull requests
Installing flake8-django downgrades pylint - because flake8-django is restricted to astroid = "^2.15.2"
pylint (>=3.0.2,<4.0.0) requires astroid (>=3.0.1,<=3.1.0-dev0)
https://github.com/rocioar/flake8-django/blob/master/pyproject.toml#L26C1-L26C9
The text was updated successfully, but these errors were encountered: