jpetrucciani/Mypy Check
GitHub action to run mypy on your repository
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_flags | Optional mypy flags (refer to `mypy --help`) | no | "" |
| requirements | Optional, if not empty: parameters to pass to `pip install` before running mypy | no | "" |
| requirements_file | Optional, if not empty: a file to pass to `pip install -r` before running mypy | no | "" |
| python_version | Optional, Python version to use | no | 3.10 |
Outputs
| name | description |
|---|---|
| output | The output of mypy |