We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
How to executepylint locally with the same options as in the Github Actions scripts
pylint
Try executing the line that fgrep -h pylint .github/workflows/*.yml | grep ls-files outputs (which will look like: pylint --disable=fixme $(git ls-files '*.py')).
fgrep -h pylint .github/workflows/*.yml | grep ls-files
pylint --disable=fixme $(git ls-files '*.py')