mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 16:34:46 +00:00
Provide more info on finding extensions
This commit is contained in:
parent
52d88d8ca7
commit
d2d4d6abdb
1 changed files with 10 additions and 1 deletions
|
|
@ -6,10 +6,19 @@
|
||||||
its extensibility. Our community has developed :term:`plugin`\ s that augment
|
its extensibility. Our community has developed :term:`plugin`\ s that augment
|
||||||
|Flake8|'s behaviour. Most of these plugins are uploaded to PyPI_. The
|
|Flake8|'s behaviour. Most of these plugins are uploaded to PyPI_. The
|
||||||
developers of these plugins often have some style they wish to enforce.
|
developers of these plugins often have some style they wish to enforce.
|
||||||
|
|
||||||
For example, `flake8-docstrings`_ adds a check for :pep:`257` style
|
For example, `flake8-docstrings`_ adds a check for :pep:`257` style
|
||||||
conformance. Others attempt to enforce consistency, like `flake8-future`_.
|
conformance. Others attempt to enforce consistency, like `flake8-future`_.
|
||||||
|
|
||||||
|
We suggest searching PyPI with `pip search flake8`:
|
||||||
|
|
||||||
|
.. prompt:: bash
|
||||||
|
|
||||||
|
pip search flake8 | grep -i quote
|
||||||
|
flake8-quotes (1.0.0) - Flake8 lint for quotes.
|
||||||
|
flake8-quotes2 (0.0.1) - flake8 plugin for string quotes checking
|
||||||
|
flake8-double-quotes (0.0.1) - Flake8 lint to forbide single quotes.
|
||||||
|
flake8-single-quotes (0.1.0) - A Flake8 extension to enforce single-quotes.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
The accuracy or reliability of these plugins may vary wildly from plugin
|
The accuracy or reliability of these plugins may vary wildly from plugin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue