{"id":13649389,"url":"https://github.com/Integralist/vim-mypy","last_synced_at":"2025-04-22T14:31:41.135Z","repository":{"id":140162465,"uuid":"79096790","full_name":"Integralist/vim-mypy","owner":"Integralist","description":"Vim plugin for executing Python's optional static type checker MyPy (http://mypy-lang.org/)","archived":false,"fork":false,"pushed_at":"2019-10-08T22:47:57.000Z","size":4,"stargazers_count":98,"open_issues_count":2,"forks_count":15,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-22T12:32:39.308Z","etag":null,"topics":["checker","mypy","open-source","plugin","static-analysis","vim","vim-mypy","vim-plugins"],"latest_commit_sha":null,"homepage":null,"language":"VimL","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/Integralist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-01-16T08:12:08.000Z","updated_at":"2024-02-07T00:54:45.000Z","dependencies_parsed_at":"2023-05-21T22:15:49.320Z","dependency_job_id":null,"html_url":"https://github.com/Integralist/vim-mypy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integralist%2Fvim-mypy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integralist%2Fvim-mypy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integralist%2Fvim-mypy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integralist%2Fvim-mypy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Integralist","download_url":"https://codeload.github.com/Integralist/vim-mypy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250259010,"owners_count":21401022,"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":["checker","mypy","open-source","plugin","static-analysis","vim","vim-mypy","vim-plugins"],"created_at":"2024-08-02T01:04:58.918Z","updated_at":"2025-04-22T14:31:36.119Z","avatar_url":"https://github.com/Integralist.png","language":"VimL","readme":"# vim-mypy\n\nVim plugin for executing Python's optional static type checker [MyPy](http://mypy-lang.org/)\n\n## Example\n\n```py\ndef example(n: int) -\u003e str:\n    print(type(n))\n    return 'hello'\n\nexample(\"a\")  # \u003c\u003c incorrect, we've passed a String and not an Integer \n```\n\nTo trigger the plugin, execute either `:Mypy` or the mapping `\u003cLeader\u003emp`\n\n## Install\n\n### [Pathogen](https://github.com/tpope/vim-pathogen)\n\n```bash\ngit clone https://github.com/integralist/vim-mypy ~/.vim/bundle/vim-mypy\n```\n\n### [Vundle](https://github.com/gmarik/vundle)\n\n```\nPlugin 'integralist/vim-mypy'\n```\n\n## Alternatives\n\nIt seems both [Syntastic](https://github.com/vim-syntastic/syntastic) and [Neomake](https://github.com/neomake/neomake) include support for MyPy.\n","funding_links":[],"categories":["Vim Script","Integrations"],"sub_categories":["Mypy plugins"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIntegralist%2Fvim-mypy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIntegralist%2Fvim-mypy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIntegralist%2Fvim-mypy/lists"}