Skip to content

Commit

Permalink
Pin pylint-django to 2.5.4
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 83eb304 commit def5d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/readthedocs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ factory_boy
mock
pydot
# linting tools
pylint-django
pylint-django==2.5.4
twine
pyOpenSSL

0 comments on commit def5d0c

Please sign in to comment.