From 7e47d3216187c989fbb70281449fbdd08263d603 Mon Sep 17 00:00:00 2001 From: Yuriy Taraday Date: Thu, 12 May 2016 14:05:20 +0300 Subject: [PATCH] Add doc/ to pep8 check We had unused imports there, this would prevent us from letting more of such errors in. Change-Id: Ie78c18dd3b9ab34370e47eba98b32740e0c83e1d --- doc/source/conf.py | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index d69e7e9..850bbfe 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -77,4 +77,4 @@ latex_documents = [ ] # Example configuration for intersphinx: refer to the Python standard library. -#intersphinx_mapping = {'http://docs.python.org/': None} +# intersphinx_mapping = {'http://docs.python.org/': None} diff --git a/tox.ini b/tox.ini index bd624c8..7c55452 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ commands = python setup.py test --coverage --coverage-package-name=oslo_concurre [flake8] show-source = True ignore = H405 -exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build +exclude=.venv,.git,.tox,dist,*lib/python*,*egg,build [hacking] import_exceptions =