BasPH/pylint-airflow

AttributeError: module 'pylint.interfaces' has no attribute 'IAstroidChecker'

vinothgitkumar opened this issue · 2 comments

While trying to install pylint-airflow(pip install pylint-airflow) it throws below error in my GitHub action.

Error:
implements = interfaces.IAstroidChecker
AttributeError: module 'pylint.interfaces' has no attribute 'IAstroidChecker'

My Github Action:

  • name: Pylinting
    run: |
    pip install pylint-airflow
    pylint --load-plugins=pylint_airflow dags/digest/*.py

As i raised new bug in pylint, the resolution was given by them.
pylint-dev/pylint#9102

Please update the above resolution in pylint-airflow.