flake8-django icon indicating copy to clipboard operation
flake8-django copied to clipboard

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

Open rxm7706 opened this issue 1 year ago • 1 comments

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

rxm7706 avatar Nov 30 '23 11:11 rxm7706

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 https://github.com/rocioar/flake8-django/pull/134

jaycle avatar Dec 16 '23 03:12 jaycle