swesmith-sarvam/Mypy
Optional Static Typing for Python.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| options | Options passed to mypy. Use `mypy --help` to see available options. | no | — |
| paths | Explicit paths to run mypy on. Defaults to the current directory. | no | . |
| version | Mypy version to use (PEP440) - e.g. "0.910" | no | "" |
| install_types | Whether to automatically install missing library stub packages. ('yes'|'no', default: 'yes') | — | yes |
| install_project_dependencies | Whether to attempt to install project dependencies into mypy environment. ('yes'|'no', default: 'yes') | — | yes |
Outputs
no outputs