From 76b7e0c23e999eb376343fa1f78f7f4cb37d905d Mon Sep 17 00:00:00 2001 From: Brian Helba Date: Wed, 2 Sep 2020 13:33:18 +0000 Subject: [PATCH] Fix options docs to correct some defaults Commit f963641e932daed5ca5d71efa7293a9b756b8f76 changed some defaults, but did not update the docs. --- docs/source/user/options.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/user/options.rst b/docs/source/user/options.rst index ab5cf29..980066c 100644 --- a/docs/source/user/options.rst +++ b/docs/source/user/options.rst @@ -223,7 +223,7 @@ Options and their Descriptions Provide a comma-separated list of glob patterns to exclude from checks. - This defaults to: ``.svn,CVS,.bzr,.hg,.git,__pycache__,.tox`` + This defaults to: ``.svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.eggs,*.egg`` Example patterns: @@ -532,7 +532,7 @@ Options and their Descriptions 'http://...' ) - This defaults to: 79 + This defaults to: ``79`` Command-line example: @@ -580,7 +580,7 @@ Options and their Descriptions that start with that string. For example, you can use ``E``, ``E4``, ``E43``, and ``E431``. - This defaults to: E,F,W,C + This defaults to: ``E,F,W,C90`` Command-line example: