programmingwithalex/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
- Stale
- License
- None
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