Skip to content

Commit

Permalink
Correct install instructions - extend-select not required
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Dec 29, 2021
1 parent 9417886 commit 8838931
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,8 @@ First, install with ``pip``:
python -m pip install flake8-comprehensions
Second, add the ``C4`` prefix to your Flake8 select list.
For example, you can do this with `extend-select <https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-extend-select>`__ in ``setup.cfg``:

.. code-block:: ini
[flake8]
extend-select =
C4
Second, if you define Flake8’s ``select`` setting, add the ``C4`` prefix to it.
Otherwise, the plugin should be active by default.

----

Expand Down

0 comments on commit 8838931

Please sign in to comment.