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

Upgrade flake8-django to support astroid to >=3.0, to prevent pylint downgrades #138

Open
rxm7706 opened this issue Nov 30, 2023 · 1 comment

Comments

@rxm7706
Copy link
Contributor

rxm7706 commented Nov 30, 2023

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

@jaycle
Copy link

jaycle commented Dec 16, 2023

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

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

No branches or pull requests

2 participants