We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373179b commit 6853b3fCopy full SHA for 6853b3f
docs/intro.rst
@@ -196,10 +196,10 @@ Else if :envvar:`XDG_CONFIG_HOME` is not defined:
196
Example::
197
198
[pycodestyle]
199
+ count = False
200
ignore = E226,E302,E41
201
max-line-length = 160
202
statistics = True
- count = False
203
204
At the project level, a ``setup.cfg`` file or a ``tox.ini`` file is read if
205
present. If none of these files have a ``[pycodestyle]`` section, no project
0 commit comments