actions-marketplace-validations/Python flake8 Lint
Logical and stylistic linting of Python source files with the flake8 package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to source file or directory (default='.') | no | . |
| update-pip | Boolean for pip upgrade prior to flake8 installation (default='false') | no | false |
| ignore | Comma delimited list of ignored flake8 rule codes (optional) | no | none |
| exclude | Comma delimited list of excluded paths (optional) | no | none |
| max-line-length | Integer value representing max acceptable line length (optional) | no | none |
| args | flake8 arguments for test execution (optional) | no | none |
| flake8-version | The flake8 version for tests (optional, default='latest') | no | latest |
| plugins | List of flake8 plugins for pip installation prior to flake8 execution | no | none |
Outputs
no outputs