Skip to content

Commit

Permalink
exclude broken astroid version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Dec 22, 2024
1 parent 2a5f6f7 commit d6cb020
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions requirements/requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
-r requirements-dev-common.txt
# Astroid 3.3.7 does not work, see: https://github.com/pylint-dev/astroid/issues/2662
astroid>=3.3.6,!=3.3.7
pre-commit==4.0.1
pylint-django==2.6.1
pylint==3.3.1
pylint==3.3.2
ruff==0.8.4
setuptools>=65
setuptools>=65

0 comments on commit d6cb020

Please sign in to comment.