actions-marketplace-validations/Flake8 with annotations
Flake8 with annotations for Pull Request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to run flake8 in | no | "" |
| ignore | Skip errors and warnings (e.g. E4,W) | no | "" |
| max_line_length | Set maximum allowed line length | no | "" |
| only_warn | If set, only warn, never error | no | "" |
| flake8_version | What flake8 version to use, if none is installed (default is latest) | no | "" |
| plugins | List of plugins to install before running, this is passed directly to pip install | no | "" |
| error_classes | List of flake8 error classes to classify as Error | no | E,F |
| warning_classes | List of flake8 error classes to classify as Warning | no | "" |
| extra_arguments | Extra arguments given to flake8 | no | "" |
| working_directory | Working directory to run flake8 in | no | . |
Outputs
no outputs