jashparekh/Mypy Github Action
GitHub Action to run mypy linting
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | File or directory to run mypy on | no | . |
| mypy_version | Version of mypy library to use for linting | no | "" |
| mypy_config_file | Location of mypy config file in the repository | no | "" |
| mypy_options | Optional mypy options (refer to `mypy --help`) | no | "" |
| requirements | Optional, if not empty specified libraries will be installed before running `mypy` | no | "" |
| requirement_files | Optional, if not empty specified install all the libraries specified in the files before running `mypy` | no | "" |
| python_version | Python version to use to run lint | no | 3.10 |
Outputs
| name | description |
|---|---|
| output | The output of mypy |