Skip to content

Pylint FAQ

Sylwester Arabas edited this page May 9, 2023 · 2 revisions

How to executepylint locally with the same options as in the Github Actions scripts

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')).

Clone this wiki locally