{"id":18690870,"url":"https://github.com/jashparekh/mypy-action","last_synced_at":"2026-04-14T06:04:45.025Z","repository":{"id":38208720,"uuid":"434996416","full_name":"jashparekh/mypy-action","owner":"jashparekh","description":"GitHub Action for running mypy","archived":false,"fork":false,"pushed_at":"2023-03-07T05:02:42.000Z","size":60,"stargazers_count":2,"open_issues_count":8,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-22T17:16:18.039Z","etag":null,"topics":["actions","github","github-actions","linting","mypy","mypy-plugins","python"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/mypy-github-action","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jashparekh.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-04T19:57:25.000Z","updated_at":"2022-01-10T13:58:21.000Z","dependencies_parsed_at":"2024-11-07T10:51:30.836Z","dependency_job_id":"8e76da96-10b3-4acc-8ea5-15c91dc80b70","html_url":"https://github.com/jashparekh/mypy-action","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jashparekh%2Fmypy-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jashparekh%2Fmypy-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jashparekh%2Fmypy-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jashparekh%2Fmypy-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jashparekh","download_url":"https://codeload.github.com/jashparekh/mypy-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239550278,"owners_count":19657541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","github","github-actions","linting","mypy","mypy-plugins","python"],"created_at":"2024-11-07T10:51:19.076Z","updated_at":"2025-11-08T08:30:38.439Z","avatar_url":"https://github.com/jashparekh.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mypy Github Action\n\nGitHub Action for [mypy](https://mypy.readthedocs.io/en/master/).\n\nInfluenced by [jpetrucciani/mypy-check](https://github.com/jpetrucciani/mypy-check). \n\n### Simple\n\n```yaml\nname: \"Mypy\"\non:\n  pull_request: {}\n  push:\n      branches: [\"main\"]\n\njobs:\n  run_mypy:\n    runs-on: ubuntu-latest\n    name: Mypy\n    steps:\n      # To use this repository's private action,\n      # you must check out the repository\n      - name: Checkout\n        uses: actions/checkout@v2\n      - name: Run Mypy\n        uses: jashparekh/mypy-action@v2\n        with:\n          path: '.'\n          mypy_version: '0.910'\n          mypy_flags: '--verbose'\n          mypy_config_file: 'mypy.ini'\n          requirement_files: 'requirements.txt'\n```\n\n## Configuration\n\n### `path` (optional, string)\n\nFile or directory to run mypy on.\n\nDefault: `.`\n\n### `mypy_version` (optional, string)\n\nVersion of mypy library to use for linting.\n\nDefault: `latest`\n\n### `mypy_config_file` (optional, string)\n\nLocation of mypy config file in the repository.\n\nDefault: `mypy.ini`\n\n### `mypy_flags` (optional, string)\n\nOptional mypy flags (refer to `mypy --help`)\n\nDefault: `mypy.ini`\n\n### `requirements` (optional, string)\n\nOptional, if not empty specified libraries will be installed before running `mypy`\n\nDefault: `\"\"`\n\n### `requirement_files` (optional, string)\n\nOptional, if not empty specified install all the libraries specified in the files before running `mypy`\n\nDefault: `\"\"`\n\n### `python_version` (optional, string)\n\nPython version to use to run lint\n\nDefault: `3.10`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjashparekh%2Fmypy-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjashparekh%2Fmypy-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjashparekh%2Fmypy-action/lists"}