summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSergey Reshetnyak <reshetniaksv@gmail.com>2015-01-11 13:41:18 +0300
committerSergey Reshetnyak <reshetniaksv@gmail.com>2015-01-11 13:41:18 +0300
commit72aff5c61b5e45a399377c4b367f6ef543b4b864 (patch)
tree91eb58e774176163d6db7e1e6b32e47b1b44f3f8 /tox.ini
parentce395f1ec21d4013e5ad53d936e78e7c2cc36869 (diff)
downloadpython-saharaclient-72aff5c61b5e45a399377c4b367f6ef543b4b864.tar.gz
Enable W292 and E123
* W292 no newline at end of file * E123 closing bracket does not match indentation of opening bracket's line Change-Id: Id02e5881671c7cb2572e6e9130349c34ea04fff1
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 0 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index ff6eb7c..71a5a63 100644
--- a/tox.ini
+++ b/tox.ini
@@ -49,11 +49,6 @@ commands =
python setup.py build_sphinx
[flake8]
-
-# W292 no newline at end of file (new in hacking 0.10.0)
-# E123 closing bracket does not match indentation of opening bracket's line
-
-ignore = W292,E123
show-source = true
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools