summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnn Paul <ann@coffeemeetsbagel.com>2017-10-14 18:03:06 -0700
committerAnn Paul <ann@coffeemeetsbagel.com>2017-10-14 18:03:06 -0700
commit373179b1d2bac50204fc2a125b2d743ae07d0296 (patch)
treec5e5520a980846a6bb968bfb55fdc225123afa75
parentc7448b4f8c50904eb71855b6559a9c3650bf510c (diff)
downloadpep8-373179b1d2bac50204fc2a125b2d743ae07d0296.tar.gz
Config file example for boolean flags
-rw-r--r--docs/intro.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 3035a2f..51ec758 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -198,6 +198,8 @@ Example::
[pycodestyle]
ignore = E226,E302,E41
max-line-length = 160
+ statistics = True
+ count = False
At the project level, a ``setup.cfg`` file or a ``tox.ini`` file is read if
present. If none of these files have a ``[pycodestyle]`` section, no project