{"id":20376618,"url":"https://github.com/pr-annotators/flake8-pr-annotator","last_synced_at":"2026-05-04T18:32:23.753Z","repository":{"id":42521663,"uuid":"476353399","full_name":"pr-annotators/flake8-pr-annotator","owner":"pr-annotators","description":"Annotate pull requests with flake8 errors detected during CI","archived":false,"fork":false,"pushed_at":"2022-04-01T10:04:07.000Z","size":331,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-18T22:03:33.543Z","etag":null,"topics":["annotations","code-review","flake8","github-actions","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-31T14:55:48.000Z","updated_at":"2022-12-11T09:55:23.000Z","dependencies_parsed_at":"2023-01-11T17:22:12.809Z","dependency_job_id":null,"html_url":"https://github.com/pr-annotators/flake8-pr-annotator","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pr-annotators%2Fflake8-pr-annotator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pr-annotators%2Fflake8-pr-annotator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pr-annotators%2Fflake8-pr-annotator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pr-annotators%2Fflake8-pr-annotator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pr-annotators","download_url":"https://codeload.github.com/pr-annotators/flake8-pr-annotator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241928529,"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","flake8","github-actions","pull-requests","python"],"created_at":"2024-11-15T01:38:38.841Z","updated_at":"2026-05-04T18:32:23.721Z","avatar_url":"https://github.com/pr-annotators.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flake8 PR Annotator\n\n![demo](images/demo.png)\n\n## Usage\n\nAnnotate pull requests with flake8 errors detected during CI.\n\nNote: This doesn't install or run flake8, 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 flake8\n        run: |\n          pip install flake8\n\n      - name: Add flake8 annotator\n        uses: pr-annotators/flake8-pr-annotator@v1.0.0\n\n      - name: Run flake8\n        run: |\n          flake8 src/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpr-annotators%2Fflake8-pr-annotator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpr-annotators%2Fflake8-pr-annotator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpr-annotators%2Fflake8-pr-annotator/lists"}