{"id":20376630,"url":"https://github.com/pr-annotators/mypy-pr-annotator","last_synced_at":"2025-04-12T07:38:15.594Z","repository":{"id":40389237,"uuid":"476327189","full_name":"pr-annotators/mypy-pr-annotator","owner":"pr-annotators","description":"Annotate pull requests with mypy errors detected during CI","archived":false,"fork":false,"pushed_at":"2022-05-11T10:44:24.000Z","size":415,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T15:17:03.194Z","etag":null,"topics":["annotations","code-review","github-actions","mypy","pull-requests","python"],"latest_commit_sha":null,"homepage":"","language":null,"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/pr-annotators.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}},"created_at":"2022-03-31T13:52:30.000Z","updated_at":"2024-04-09T14:46:54.000Z","dependencies_parsed_at":"2023-01-04T12:20:41.585Z","dependency_job_id":null,"html_url":"https://github.com/pr-annotators/mypy-pr-annotator","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pr-annotators%2Fmypy-pr-annotator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pr-annotators%2Fmypy-pr-annotator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pr-annotators%2Fmypy-pr-annotator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pr-annotators%2Fmypy-pr-annotator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pr-annotators","download_url":"https://codeload.github.com/pr-annotators/mypy-pr-annotator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248536119,"owners_count":21120681,"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":["annotations","code-review","github-actions","mypy","pull-requests","python"],"created_at":"2024-11-15T01:38:41.767Z","updated_at":"2025-04-12T07:38:15.565Z","avatar_url":"https://github.com/pr-annotators.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mypy PR Annotator\n\n![demo](images/demo.png)\n\n## Usage\n\nAnnotate pull requests with mypy errors detected during CI.\n\nNote: This doesn't install or run mypy, it just sets up the PR annotations.\n\n### Example workflow\n\n```yaml\nname: My Workflow\non: [push, pull_request]\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@master\n\n      - name: Set up Python 3.8\n        uses: actions/setup-python@v2\n        with:\n          python-version: \"3.8\"\n        \n      - name: Install mypy\n        run: |\n          pip install mypy\n\n      - name: Add mypy annotator\n        uses: pr-annotators/mypy-pr-annotator@v1.0.0\n\n      - name: Run mypy\n        run: |\n          mypy src/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpr-annotators%2Fmypy-pr-annotator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpr-annotators%2Fmypy-pr-annotator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpr-annotators%2Fmypy-pr-annotator/lists"}