Updated documentation references to pep8 (now pycodestyle)

This commit is contained in:
Ian Lee 2016-05-31 11:08:25 -07:00
parent 1db863e60a
commit 25503452b0
3 changed files with 8 additions and 8 deletions

View file

@ -42,8 +42,8 @@ Settings
--------
This is a (likely incomplete) list of settings that can be used in your config
file. In general, any settings that pep8 supports we also support and we add
the ability to set ``max-complexity`` as well.
file. In general, any settings that ``pycodestyle`` supports we also support and
we add the ability to set ``max-complexity`` as well.
- ``exclude``: comma-separated filename and glob patterns
default: ``.svn,CVS,.bzr,.hg,.git,__pycache__``