We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
As i raised new bug in pylint, the resolution was given by them. pylint-dev/pylint#9102
Sorry, something went wrong.
Please update the above resolution in pylint-airflow.
No branches or pull requests
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:
run: |
pip install pylint-airflow
pylint --load-plugins=pylint_airflow dags/digest/*.py
The text was updated successfully, but these errors were encountered: