Skip to content

Commit 373179b

Browse files
author
Ann Paul
committed
Config file example for boolean flags
1 parent c7448b4 commit 373179b

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
@@ -198,6 +198,8 @@ Example::
198198
[pycodestyle]
199199
ignore = E226,E302,E41
200200
max-line-length = 160
201+
statistics = True
202+
count = False
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)