{"id":23491329,"url":"https://github.com/aeron/mypy.novaextension","last_synced_at":"2026-04-20T06:02:51.793Z","repository":{"id":67368951,"uuid":"302259050","full_name":"Aeron/Mypy.novaextension","owner":"Aeron","description":"Nova extension to use Mypy, an optional static type checker for Python.","archived":false,"fork":false,"pushed_at":"2024-03-21T20:23:57.000Z","size":50,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T03:46:33.497Z","etag":null,"topics":["linter","mypy","nova-editor","nova-extension","python","validator"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aeron.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-08T07:06:57.000Z","updated_at":"2022-12-14T14:04:17.000Z","dependencies_parsed_at":"2025-02-16T12:24:09.371Z","dependency_job_id":"1875625d-90a2-4664-98f7-9e66e09bf7cc","html_url":"https://github.com/Aeron/Mypy.novaextension","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/Aeron/Mypy.novaextension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aeron%2FMypy.novaextension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aeron%2FMypy.novaextension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aeron%2FMypy.novaextension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aeron%2FMypy.novaextension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aeron","download_url":"https://codeload.github.com/Aeron/Mypy.novaextension/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aeron%2FMypy.novaextension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32035276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["linter","mypy","nova-editor","nova-extension","python","validator"],"created_at":"2024-12-25T01:26:54.195Z","updated_at":"2026-04-20T06:02:51.757Z","avatar_url":"https://github.com/Aeron.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mypy Nova Extension\n\nIt’s a stand-alone [Nova](https://nova.app) extension to use\n[Mypy](https://github.com/python/mypy), an optional static type checker for Python.\n\n## Requirements\n\nBefore using the extension, it’s necessary to install Mypy itself if you don’t\nhave one already.\n\nMypy can be installed simply by running `pip install mypy`.\n\n**Note**: The `--show-error-end` option only exists in version `0.981` or higher.\nRemove it from the global extension configuration if using an earlier version. Yet\nit’s better to use the latest `mypy` available.\n\n## Configuration\n\nThe extension supports both global and workspace configurations.\nA workspace configuration always overrides a global one.\n\n### Options\n\nThere are three options available to configure: executable path, command arguments,\nand check mode. By default, the executable path is `/usr/local/bin/mypy`, with\nno additional arguments, and checking on changing.\n\nYou could alter the executable path if Mypy installed in a different place\nor if `/usr/bin/env` usage is desirable.\n\nIn the case of `/usr/bin/env`, it becomes the executable path, and `mypy` becomes\nthe first argument.\n\nAlso, there is a _Python executable_ path available as a workspace-only option.\nIt’s just a handy alias for the `--python-executable` command argument.\n\n### mypy.ini\n\nThe extension respects `pyproject.toml`, `mypy.ini`, and `.mypy.ini` in a project\ndirectory as much as `mypy` command-line utility. So, there’s no need to specify the\n`--config-file` argument explicitly.\n\n## Caveats\n\n### Read-Write Entitlement\n\nIt requires the `filesystem: read-write` entitlement because of the Mypy [inability\nto read from `stdin`](https://github.com/python/mypy/issues/2119), so the extension\nutilizes temporary shadow-files to solve it in case of check on change mode.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeron%2Fmypy.novaextension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faeron%2Fmypy.novaextension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeron%2Fmypy.novaextension/lists"}