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
pylint: disable
The disabling of pylint has been done as the Action gave E1101 errors (see for example https://github.com/CELMA-project/bout_runners/runs/576789140?check_suite_focus=true), whereas the developer environment loeiten/bout_runners:latest did not give these errors.
pylint
Action
E1101
loeiten/bout_runners:latest
There should be a fix, such that the # pylint: disable can be removed
# pylint: disable
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The disabling of
pylint
has been done as theAction
gaveE1101
errors (see for example https://github.com/CELMA-project/bout_runners/runs/576789140?check_suite_focus=true), whereas the developer environmentloeiten/bout_runners:latest
did not give these errors.There should be a fix, such that the
# pylint: disable
can be removedThe text was updated successfully, but these errors were encountered: