Skip to content

Commit

Permalink
Pin pylint-django to 2.5.3
Browse files Browse the repository at this point in the history
v2.5.5 switches to pylint 3.x which errors out with:

File "/home/runner/work/trackers-integration/Kiwi/kiwi_lint/dunder_attributes.py", line 11, in DunderClassAttributeChecker
    __implements__ = (interfaces.IAstroidChecker,)
AttributeError: module 'pylint.interfaces' has no attribute 'IAstroidChecker'
  • Loading branch information
atodorov committed Oct 24, 2023
1 parent cd52979 commit 911b6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

flake8
kiwitcms
pylint-django
pylint-django==2.5.3
textdistance
twine
readme_renderer[md]
Expand Down

0 comments on commit 911b6dc

Please sign in to comment.