{"id":13690929,"url":"https://github.com/pycqa/flake8","last_synced_at":"2025-05-12T03:40:40.269Z","repository":{"id":20716244,"uuid":"24000265","full_name":"PyCQA/flake8","owner":"PyCQA","description":"flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.","archived":false,"fork":false,"pushed_at":"2025-04-11T21:42:15.000Z","size":3691,"stargazers_count":3599,"open_issues_count":23,"forks_count":325,"subscribers_count":37,"default_branch":"main","last_synced_at":"2025-05-09T00:03:38.219Z","etag":null,"topics":["complexity-analysis","flake8","linter","linter-flake8","pep8","python","python3","static-analysis","static-code-analysis","style-guide","styleguide","stylelint"],"latest_commit_sha":null,"homepage":"https://flake8.pycqa.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"asottile","tidelift":"pypi/flake8"}},"created_at":"2014-09-13T17:06:24.000Z","updated_at":"2025-05-05T20:27:19.000Z","dependencies_parsed_at":"2023-12-20T14:30:52.446Z","dependency_job_id":"44d936a8-0aa3-4e56-941c-9682a8b9c642","html_url":"https://github.com/PyCQA/flake8","commit_stats":{"total_commits":1751,"total_committers":177,"mean_commits":9.892655367231638,"dds":0.5619645916619075,"last_synced_commit":"cf1542cefa3e766670b2066dd75c4571d682a649"},"previous_names":[],"tags_count":91,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fflake8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fflake8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fflake8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fflake8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/flake8/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253669909,"owners_count":21945176,"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":["complexity-analysis","flake8","linter","linter-flake8","pep8","python","python3","static-analysis","static-code-analysis","style-guide","styleguide","stylelint"],"created_at":"2024-08-02T17:00:36.730Z","updated_at":"2025-05-12T03:40:40.246Z","avatar_url":"https://github.com/PyCQA.png","language":"Python","readme":".. image:: https://github.com/PyCQA/flake8/workflows/main/badge.svg\n   :target: https://github.com/PyCQA/flake8/actions?query=workflow%3Amain\n   :alt: build status\n\n.. image:: https://results.pre-commit.ci/badge/github/PyCQA/flake8/main.svg\n   :target: https://results.pre-commit.ci/latest/github/PyCQA/flake8/main\n   :alt: pre-commit.ci status\n\n.. image:: https://img.shields.io/discord/825463413634891776.svg\n   :target: https://discord.gg/qYxpadCgkx\n   :alt: Discord\n\n========\n Flake8\n========\n\nFlake8 is a wrapper around these tools:\n\n- PyFlakes\n- pycodestyle\n- Ned Batchelder's McCabe script\n\nFlake8 runs all the tools by launching the single ``flake8`` command.\nIt displays the warnings in a per-file, merged output.\n\nIt also adds a few features:\n\n- files that contain this line are skipped::\n\n    # flake8: noqa\n\n- lines that contain a ``# noqa`` comment at the end will not issue warnings.\n- you can ignore specific errors on a line with ``# noqa: \u003cerror\u003e``, e.g.,\n  ``# noqa: E234``. Multiple codes can be given, separated by comma. The ``noqa`` token is case insensitive, the colon before the list of codes is required otherwise the part after ``noqa`` is ignored\n- Git and Mercurial hooks\n- extendable through ``flake8.extension`` and ``flake8.formatting`` entry\n  points\n\n\nQuickstart\n==========\n\nSee our `quickstart documentation\n\u003chttps://flake8.pycqa.org/en/latest/index.html#quickstart\u003e`_ for how to install\nand get started with Flake8.\n\n\nFrequently Asked Questions\n==========================\n\nFlake8 maintains an `FAQ \u003chttps://flake8.pycqa.org/en/latest/faq.html\u003e`_ in its\ndocumentation.\n\n\nQuestions or Feedback\n=====================\n\nIf you have questions you'd like to ask the developers, or feedback you'd like\nto provide, feel free to use the mailing list: code-quality@python.org\n\nWe would love to hear from you. Additionally, if you have a feature you'd like\nto suggest, the mailing list would be the best place for it.\n\n\nLinks\n=====\n\n* `Flake8 Documentation \u003chttps://flake8.pycqa.org/en/latest/\u003e`_\n\n* `GitHub Project \u003chttps://github.com/pycqa/flake8\u003e`_\n\n* `All (Open and Closed) Issues\n  \u003chttps://github.com/pycqa/flake8/issues?q=is%3Aissue\u003e`_\n\n* `Code-Quality Archives\n  \u003chttps://mail.python.org/mailman/listinfo/code-quality\u003e`_\n\n* `Code of Conduct\n  \u003chttps://flake8.pycqa.org/en/latest/internal/contributing.html#code-of-conduct\u003e`_\n\n* `Getting Started Contributing\n  \u003chttps://flake8.pycqa.org/en/latest/internal/contributing.html\u003e`_\n\n\nMaintenance\n===========\n\nFlake8 was created by Tarek Ziadé and is currently maintained by `anthony sottile\n\u003chttps://github.com/sponsors/asottile\u003e`_ and `Ian Cordasco\n\u003chttps://www.coglib.com/~icordasc/\u003e`_\n","funding_links":["https://github.com/sponsors/asottile","https://tidelift.com/funding/github/pypi/flake8"],"categories":["🫡 Status: *was awesome*"],"sub_categories":["Development"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpycqa%2Fflake8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpycqa%2Fflake8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpycqa%2Fflake8/lists"}