From 010a5ad6c32c52f1c7a481dda460f351c20a3c41 Mon Sep 17 00:00:00 2001 From: Tobias Wilken Date: Thu, 12 May 2016 10:20:49 +0200 Subject: [PATCH] Fix typo in config.rst, default exclude __pycache__ By default `__pycache__` is excluded. --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index e429634..c0a1b70 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -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. - ``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 default: ``*.py``