mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 15:24:18 +00:00
Updated documentation references to pep8 (now pycodestyle)
This commit is contained in:
parent
1db863e60a
commit
25503452b0
3 changed files with 8 additions and 8 deletions
|
|
@ -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__``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue