actions-marketplace-validations/pylinter

Lint python projects with flake8, mypy, and isort. The build will fail on violations.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 4, 2022
License
BSD

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/programmingwithalex_pylinter@1ba56d6fa04d1ba50311583342014ebb04fe9376 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
python-rootdirectory to run linting onno.
flake8-flagsflake8 flagsno""
mypy-flagsmypy flagsno""
fail-on-isortoptional exit on isort errorsnofalse
skip-flake8skip flake8 checksnofalse
skip-mypyskip mypy checksnofalse
skip-isortskip isort checksnofalse
mypy-ignore-dirs-fileslist of directories and/or files to ignore for mypy. separate with spacesno""
requirements-filerequirements filepath for project for mypy to prevent library stub missing errorsno""

no outputs