mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 07:44:16 +00:00
Merge branch 'master' into 'master'
Fix typo in config.rst, default exclude __pycache__ by default `__pycache__` is excluded. See merge request !59
This commit is contained in:
commit
16686132c1
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ file. In general, any settings that pep8 supports we also support and we add
|
||||||
the ability to set ``max-complexity`` as well.
|
the ability to set ``max-complexity`` as well.
|
||||||
|
|
||||||
- ``exclude``: comma-separated filename and glob patterns
|
- ``exclude``: comma-separated filename and glob patterns
|
||||||
default: ``.svn,CVS,.bzr,.hg,.git,__pycache``
|
default: ``.svn,CVS,.bzr,.hg,.git,__pycache__``
|
||||||
|
|
||||||
- ``filename``: comma-separated filename and glob patterns
|
- ``filename``: comma-separated filename and glob patterns
|
||||||
default: ``*.py``
|
default: ``*.py``
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue