{"id":13595635,"url":"https://github.com/asottile/yesqa","last_synced_at":"2025-04-14T08:52:41.450Z","repository":{"id":27692339,"uuid":"114721100","full_name":"asottile/yesqa","owner":"asottile","description":"Automatically remove unnecessary `# noqa` comments","archived":false,"fork":false,"pushed_at":"2025-03-31T20:59:58.000Z","size":263,"stargazers_count":266,"open_issues_count":0,"forks_count":11,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-07T02:07:35.651Z","etag":null,"topics":["flake8","pre-commit"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/asottile.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"asottile"}},"created_at":"2017-12-19T05:01:46.000Z","updated_at":"2025-03-31T21:00:01.000Z","dependencies_parsed_at":"2023-11-14T03:28:52.018Z","dependency_job_id":"4b9d2049-f7f4-4bfa-ae54-2c49be67a700","html_url":"https://github.com/asottile/yesqa","commit_stats":{"total_commits":178,"total_committers":6,"mean_commits":"29.666666666666668","dds":0.4606741573033708,"last_synced_commit":"eeb49820d946c23361264e50ce48f63b3b5294d1"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asottile%2Fyesqa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asottile%2Fyesqa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asottile%2Fyesqa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asottile%2Fyesqa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asottile","download_url":"https://codeload.github.com/asottile/yesqa/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248852079,"owners_count":21171838,"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":["flake8","pre-commit"],"created_at":"2024-08-01T16:01:54.137Z","updated_at":"2025-04-14T08:52:41.428Z","avatar_url":"https://github.com/asottile.png","language":"Python","readme":"[![build status](https://github.com/asottile/yesqa/actions/workflows/main.yml/badge.svg)](https://github.com/asottile/yesqa/actions/workflows/main.yml)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/asottile/yesqa/main.svg)](https://results.pre-commit.ci/latest/github/asottile/yesqa/main)\n\nyesqa\n=====\n\nA tool (and pre-commit hook) to automatically remove unnecessary `# noqa`\ncomments, for example: a check that's no longer applicable (say you increased your\nmax line length), a mistake (`# noqa` added to a line that wasn't failing),\nor other code in the file caused it to no longer need a `# noqa` (such as an unused import).\n\n## Installation\n\n```bash\npip install yesqa\n```\n\n\n## As a pre-commit hook\n\nSee [pre-commit](https://github.com/pre-commit/pre-commit) for instructions\n\nSample `.pre-commit-config.yaml`:\n\n```yaml\n-   repo: https://github.com/asottile/yesqa\n    rev: v1.5.0\n    hooks:\n    -   id: yesqa\n```\n\nIf you need to select a specific version of flake8 and/or run with specific\nflake8 plugins, add them to [`additional_dependencies`][0].\n\n[0]: http://pre-commit.com/#pre-commit-configyaml---hooks\n","funding_links":["https://github.com/sponsors/asottile"],"categories":["Python","By Environment","Tools","Other"],"sub_categories":["Python"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasottile%2Fyesqa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasottile%2Fyesqa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasottile%2Fyesqa/lists"}