actions-marketplace-validations/Python Linter
Ensure Python code quality. Supports pylint, black, mypy and isort.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 4, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/sunnysid3up_python-linter@c37572ea1f6befb3f032045f2f7435055c6015ed # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Source file or directory | no | . |
| strict | Set strictness for lint [low, medium, high] | no | medium |
| mypy-options | Mypy options | no | "" |
| pylint-options | Pylint options | no | "" |
| black-options | Black options | no | "" |
| isort-options | Isort options | no | "" |
| django | Confirm if source is a Django project | no | false |
Outputs
no outputs