{"id":26055801,"url":"https://github.com/insyncwithfoo/pyright-for-pycharm","last_synced_at":"2025-10-05T14:33:21.110Z","repository":{"id":224966137,"uuid":"762967939","full_name":"InSyncWithFoo/pyright-for-pycharm","owner":"InSyncWithFoo","description":"Pyright integration for PyCharm","archived":false,"fork":false,"pushed_at":"2025-07-16T16:48:51.000Z","size":37404,"stargazers_count":85,"open_issues_count":7,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-19T11:05:51.716Z","etag":null,"topics":["intellij-plugin","pycharm-plugin","pyright","python"],"latest_commit_sha":null,"homepage":"https://insyncwithfoo.github.io/pyright-for-pycharm/","language":"Kotlin","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/InSyncWithFoo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yaml","license":"LICENSE.txt","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,"zenodo":null},"funding":{"github":"InSyncWithFoo"}},"created_at":"2024-02-25T07:37:44.000Z","updated_at":"2025-07-16T16:47:01.000Z","dependencies_parsed_at":"2024-02-28T16:53:06.040Z","dependency_job_id":"ca2d7905-e069-425c-a4dc-e59cd24a4837","html_url":"https://github.com/InSyncWithFoo/pyright-for-pycharm","commit_stats":null,"previous_names":["insyncwithfoo/pyright-plugin","insyncwithfoo/pyright-for-pycharm"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/InSyncWithFoo/pyright-for-pycharm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InSyncWithFoo%2Fpyright-for-pycharm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InSyncWithFoo%2Fpyright-for-pycharm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InSyncWithFoo%2Fpyright-for-pycharm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InSyncWithFoo%2Fpyright-for-pycharm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InSyncWithFoo","download_url":"https://codeload.github.com/InSyncWithFoo/pyright-for-pycharm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InSyncWithFoo%2Fpyright-for-pycharm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267224649,"owners_count":24055942,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"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":["intellij-plugin","pycharm-plugin","pyright","python"],"created_at":"2025-03-08T10:21:51.319Z","updated_at":"2025-10-05T14:33:21.093Z","avatar_url":"https://github.com/InSyncWithFoo.png","language":"Kotlin","funding_links":["https://github.com/sponsors/InSyncWithFoo"],"categories":[],"sub_categories":[],"readme":"# Pyright for PyCharm\n\n[![Build](https://github.com/InSyncWithFoo/pyright-for-pycharm/actions/workflows/build.yaml/badge.svg)][4]\n[![Docs](https://github.com/InSyncWithFoo/pyright-for-pycharm/actions/workflows/docs.yaml/badge.svg)][5]\n[![Version](https://img.shields.io/jetbrains/plugin/v/24145)][6]\n[![Rating](https://img.shields.io/jetbrains/plugin/r/rating/24145)][7]\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/24145)][8]\n\n\u003c!-- Plugin description --\u003e\n[Pyright][1] integration for PyCharm.\n\nProvides Pyright diagnostics on-the-fly as you code, among other features.\n\nWarning: Depending on the running mode,\nit might save your files at very fast pace.\n\n\n## Usage\n\nNo initial configurations are necessary,\ngiven that you already [have Pyright installed][2].\n\nSee [the documentation][3] for more information.\n\n\n  [1]: https://github.com/microsoft/pyright\n  [2]: https://insyncwithfoo.github.io/pyright-for-pycharm/how-to/#how-to-install-the-pyright-executables\n  [3]: https://insyncwithfoo.github.io/pyright-for-pycharm/\n\u003c!-- Plugin description end --\u003e\n\n\n## Installation\n\nThis plugin [is available][8] on the Marketplace.\nYou can also download the ZIP files manually from [the \u003ci\u003eReleases\u003c/i\u003e tab][9],\n[the `build` branch][10] or [the \u003ci\u003eActions\u003c/i\u003e tab][11]\nand follow the instructions described [here][12].\n\nCurrently supported versions:\n2025.2.1 (build 252.25557.130) and later.\n\n\n## Credits\n\nParts of this repository were taken or derived from:\n\n* [@JetBrains/intellij-community][13]\n* [@JetBrains/intellij-platform-plugin-template][14]\n* [@koxudaxi/ruff-pycharm-plugin][15]\n* [@microsoft/pyright][1]\n\n\n  [4]: https://github.com/InSyncWithFoo/pyright-for-pycharm/actions/workflows/build.yaml\n  [5]: https://insyncwithfoo.github.io/pyright-for-pycharm\n  [6]: https://plugins.jetbrains.com/plugin/24145/versions\n  [7]: https://plugins.jetbrains.com/plugin/24145/reviews\n  [8]: https://plugins.jetbrains.com/plugin/24145\n  [9]: https://github.com/InSyncWithFoo/pyright-for-pycharm/releases\n  [10]: https://github.com/InSyncWithFoo/pyright-for-pycharm/tree/build\n  [11]: https://github.com/InSyncWithFoo/pyright-for-pycharm/actions/workflows/build.yaml\n  [12]: https://www.jetbrains.com/help/pycharm/managing-plugins.html#install_plugin_from_disk\n  [13]: https://github.com/JetBrains/intellij-community\n  [14]: https://github.com/JetBrains/intellij-platform-plugin-template\n  [15]: https://github.com/koxudaxi/ruff-pycharm-plugin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsyncwithfoo%2Fpyright-for-pycharm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsyncwithfoo%2Fpyright-for-pycharm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsyncwithfoo%2Fpyright-for-pycharm/lists"}