Name | flake8 JSON |
Version |
7.1.1
JSON |
| download |
home_page | https://github.com/pycqa/flake8 |
Summary | the modular source code checker: pep8 pyflakes and co |
upload_time | 2024-08-04 20:32:44 |
maintainer | Ian Stapleton Cordasco |
docs_url | None |
author | Tarek Ziade |
requires_python | >=3.8.1 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
.. image:: https://github.com/PyCQA/flake8/workflows/main/badge.svg
:target: https://github.com/PyCQA/flake8/actions?query=workflow%3Amain
:alt: build status
.. image:: https://results.pre-commit.ci/badge/github/PyCQA/flake8/main.svg
:target: https://results.pre-commit.ci/latest/github/PyCQA/flake8/main
:alt: pre-commit.ci status
.. image:: https://img.shields.io/discord/825463413634891776.svg
:target: https://discord.gg/qYxpadCgkx
:alt: Discord
========
Flake8
========
Flake8 is a wrapper around these tools:
- PyFlakes
- pycodestyle
- Ned Batchelder's McCabe script
Flake8 runs all the tools by launching the single ``flake8`` command.
It displays the warnings in a per-file, merged output.
It also adds a few features:
- files that contain this line are skipped::
# flake8: noqa
- lines that contain a ``# noqa`` comment at the end will not issue warnings.
- you can ignore specific errors on a line with ``# noqa: <error>``, e.g.,
``# 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
- Git and Mercurial hooks
- extendable through ``flake8.extension`` and ``flake8.formatting`` entry
points
Quickstart
==========
See our `quickstart documentation
<https://flake8.pycqa.org/en/latest/index.html#quickstart>`_ for how to install
and get started with Flake8.
Frequently Asked Questions
==========================
Flake8 maintains an `FAQ <https://flake8.pycqa.org/en/latest/faq.html>`_ in its
documentation.
Questions or Feedback
=====================
If you have questions you'd like to ask the developers, or feedback you'd like
to provide, feel free to use the mailing list: code-quality@python.org
We would love to hear from you. Additionally, if you have a feature you'd like
to suggest, the mailing list would be the best place for it.
Links
=====
* `Flake8 Documentation <https://flake8.pycqa.org/en/latest/>`_
* `GitHub Project <https://github.com/pycqa/flake8>`_
* `All (Open and Closed) Issues
<https://github.com/pycqa/flake8/issues?q=is%3Aissue>`_
* `Code-Quality Archives
<https://mail.python.org/mailman/listinfo/code-quality>`_
* `Code of Conduct
<https://flake8.pycqa.org/en/latest/internal/contributing.html#code-of-conduct>`_
* `Getting Started Contributing
<https://flake8.pycqa.org/en/latest/internal/contributing.html>`_
Maintenance
===========
Flake8 was created by Tarek Ziadé and is currently maintained by `anthony sottile
<https://github.com/sponsors/asottile>`_ and `Ian Cordasco
<https://www.coglib.com/~icordasc/>`_
Raw data
{
"_id": null,
"home_page": "https://github.com/pycqa/flake8",
"name": "flake8",
"maintainer": "Ian Stapleton Cordasco",
"docs_url": null,
"requires_python": ">=3.8.1",
"maintainer_email": "graffatcolmingov@gmail.com",
"keywords": null,
"author": "Tarek Ziade",
"author_email": "tarek@ziade.org",
"download_url": "https://files.pythonhosted.org/packages/37/72/e8d66150c4fcace3c0a450466aa3480506ba2cae7b61e100a2613afc3907/flake8-7.1.1.tar.gz",
"platform": null,
"description": ".. 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: <error>``, 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<https://flake8.pycqa.org/en/latest/index.html#quickstart>`_ for how to install\nand get started with Flake8.\n\n\nFrequently Asked Questions\n==========================\n\nFlake8 maintains an `FAQ <https://flake8.pycqa.org/en/latest/faq.html>`_ 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 <https://flake8.pycqa.org/en/latest/>`_\n\n* `GitHub Project <https://github.com/pycqa/flake8>`_\n\n* `All (Open and Closed) Issues\n <https://github.com/pycqa/flake8/issues?q=is%3Aissue>`_\n\n* `Code-Quality Archives\n <https://mail.python.org/mailman/listinfo/code-quality>`_\n\n* `Code of Conduct\n <https://flake8.pycqa.org/en/latest/internal/contributing.html#code-of-conduct>`_\n\n* `Getting Started Contributing\n <https://flake8.pycqa.org/en/latest/internal/contributing.html>`_\n\n\nMaintenance\n===========\n\nFlake8 was created by Tarek Ziad\u00e9 and is currently maintained by `anthony sottile\n<https://github.com/sponsors/asottile>`_ and `Ian Cordasco\n<https://www.coglib.com/~icordasc/>`_\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "the modular source code checker: pep8 pyflakes and co",
"version": "7.1.1",
"project_urls": {
"Homepage": "https://github.com/pycqa/flake8"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d94265004373ac4617464f35ed15931b30d764f53cdd30cc78d5aea349c8c050",
"md5": "2b163c98fb61e47c1a5606679713eab0",
"sha256": "597477df7860daa5aa0fdd84bf5208a043ab96b8e96ab708770ae0364dd03213"
},
"downloads": -1,
"filename": "flake8-7.1.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "2b163c98fb61e47c1a5606679713eab0",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.8.1",
"size": 57731,
"upload_time": "2024-08-04T20:32:42",
"upload_time_iso_8601": "2024-08-04T20:32:42.661846Z",
"url": "https://files.pythonhosted.org/packages/d9/42/65004373ac4617464f35ed15931b30d764f53cdd30cc78d5aea349c8c050/flake8-7.1.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3772e8d66150c4fcace3c0a450466aa3480506ba2cae7b61e100a2613afc3907",
"md5": "5feb626a18bdf199ec78292c889114a5",
"sha256": "049d058491e228e03e67b390f311bbf88fce2dbaa8fa673e7aea87b7198b8d38"
},
"downloads": -1,
"filename": "flake8-7.1.1.tar.gz",
"has_sig": false,
"md5_digest": "5feb626a18bdf199ec78292c889114a5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8.1",
"size": 48054,
"upload_time": "2024-08-04T20:32:44",
"upload_time_iso_8601": "2024-08-04T20:32:44.311655Z",
"url": "https://files.pythonhosted.org/packages/37/72/e8d66150c4fcace3c0a450466aa3480506ba2cae7b61e100a2613afc3907/flake8-7.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-04 20:32:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pycqa",
"github_project": "flake8",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "flake8"
}