BasPH / pylint-airflow

Pylint plugin for static code analysis on Airflow code
MIT License
89 stars 12 forks source link

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

Open vinothgitkumar opened 11 months ago

vinothgitkumar commented 11 months ago

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:

vinothgitkumar commented 11 months ago

As i raised new bug in pylint, the resolution was given by them. https://github.com/pylint-dev/pylint/issues/9102

vinothgitkumar commented 11 months ago

Please update the above resolution in pylint-airflow.