Skip to content

Commit

Permalink
Update README book banner
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Oct 16, 2023
1 parent d7cbb6f commit 2b0ab84
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ flake8-comprehensions

A `flake8 <https://flake8.readthedocs.io/en/latest/>`_ plugin that helps you write better list/set/dict comprehensions.

----

**Linting a Django project?**
Check out my book `Boost Your Django DX <https://adamchainz.gumroad.com/l/byddx>`__ which covers Flake8 and many other code quality tools.

----

Requirements
============

Expand All @@ -34,13 +41,6 @@ First, install with ``pip``:
Second, if you define Flake8’s ``select`` setting, add the ``C4`` prefix to it.
Otherwise, the plugin should be active by default.

----

**Linting a Django project?**
Check out my book `Boost Your Django DX <https://adamchainz.gumroad.com/l/byddx>`__ which covers Flake8 and many other code quality tools.

----

Rules
=====

Expand Down

0 comments on commit 2b0ab84

Please sign in to comment.