summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stapleton Cordasco <graffatcolmingov@gmail.com>2017-10-15 10:01:06 -0500
committerGitHub <noreply@github.com>2017-10-15 10:01:06 -0500
commitca049ad958f89de4f4f01d7b1015d707ff750a18 (patch)
tree039fc75220e184e57572f068ad358fc072518785
parentc7448b4f8c50904eb71855b6559a9c3650bf510c (diff)
parent6853b3f76a10add4b04a689348fbe6ce72ef0e62 (diff)
downloadpep8-ca049ad958f89de4f4f01d7b1015d707ff750a18.tar.gz
Merge pull request #693 from annp89/add-examples
Add examples
-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..9af82da 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -196,8 +196,10 @@ Else if :envvar:`XDG_CONFIG_HOME` is not defined:
Example::
[pycodestyle]
+ count = False
ignore = E226,E302,E41
max-line-length = 160
+ statistics = True
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