jashparekh/Mypy Github Action

GitHub Action to run mypy linting

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathFile or directory to run mypy onno.
mypy_versionVersion of mypy library to use for lintingno""
mypy_config_fileLocation of mypy config file in the repositoryno""
mypy_optionsOptional mypy options (refer to `mypy --help`)no""
requirementsOptional, if not empty specified libraries will be installed before running `mypy`no""
requirement_filesOptional, if not empty specified install all the libraries specified in the files before running `mypy`no""
python_versionPython version to use to run lintno3.10
namedescription
outputThe output of mypy