actions-marketplace-validations/pylinter
Lint python projects with flake8, mypy, and isort. The build will fail on violations.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 4, 2022
- License
- BSD
Pinned Snippet
uses: actions-marketplace-validations/programmingwithalex_pylinter@1ba56d6fa04d1ba50311583342014ebb04fe9376 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| python-root | directory to run linting on | no | . |
| flake8-flags | flake8 flags | no | "" |
| mypy-flags | mypy flags | no | "" |
| fail-on-isort | optional exit on isort errors | no | false |
| skip-flake8 | skip flake8 checks | no | false |
| skip-mypy | skip mypy checks | no | false |
| skip-isort | skip isort checks | no | false |
| mypy-ignore-dirs-files | list of directories and/or files to ignore for mypy. separate with spaces | no | "" |
| requirements-file | requirements filepath for project for mypy to prevent library stub missing errors | no | "" |
Outputs
no outputs