{"id":20376612,"url":"https://github.com/pr-annotators/pylint-pr-annotator","last_synced_at":"2026-04-20T19:04:48.808Z","repository":{"id":65161321,"uuid":"476451882","full_name":"pr-annotators/pylint-pr-annotator","owner":"pr-annotators","description":"Annotate pull requests with pylint errors detected during CI","archived":false,"fork":false,"pushed_at":"2022-03-31T19:42:49.000Z","size":1,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-15T07:12:16.265Z","etag":null,"topics":["annotations","code-review","github-actions","pull-requests","pylint","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-31T19:36:43.000Z","updated_at":"2024-04-09T14:09:36.000Z","dependencies_parsed_at":"2023-01-13T15:44:24.130Z","dependency_job_id":null,"html_url":"https://github.com/pr-annotators/pylint-pr-annotator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"pr-annotators/template-pr-annotator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pr-annotators%2Fpylint-pr-annotator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pr-annotators%2Fpylint-pr-annotator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pr-annotators%2Fpylint-pr-annotator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pr-annotators%2Fpylint-pr-annotator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pr-annotators","download_url":"https://codeload.github.com/pr-annotators/pylint-pr-annotator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241928528,"owners_count":20043820,"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","pull-requests","pylint","python"],"created_at":"2024-11-15T01:38:37.235Z","updated_at":"2026-04-20T19:04:43.786Z","avatar_url":"https://github.com/pr-annotators.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pylint PR Annotator\n\n## Usage\n\nAnnotate pull requests with pylint errors detected during CI.\n\nNote: This doesn't install or run pylint, 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 pylint\n        run: |\n          pip install pylint\n\n      - name: Add pylint annotator\n        uses: jpy-git/pylint-pr-annotator@master\n\n      - name: Run pylint\n        run: |\n          pylint src/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpr-annotators%2Fpylint-pr-annotator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpr-annotators%2Fpylint-pr-annotator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpr-annotators%2Fpylint-pr-annotator/lists"}