Skip to content

Commit ca049ad

Browse files
authored
Merge pull request #693 from annp89/add-examples
Add examples
2 parents c7448b4 + 6853b3f commit ca049ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/intro.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,10 @@ Else if :envvar:`XDG_CONFIG_HOME` is not defined:
196196
Example::
197197

198198
[pycodestyle]
199+
count = False
199200
ignore = E226,E302,E41
200201
max-line-length = 160
202+
statistics = True
201203

202204
At the project level, a ``setup.cfg`` file or a ``tox.ini`` file is read if
203205
present. If none of these files have a ``[pycodestyle]`` section, no project

0 commit comments

Comments
 (0)