summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDavanum Srinivas <davanum@gmail.com>2015-08-07 22:12:44 -0400
committerDavanum Srinivas <davanum@gmail.com>2015-08-08 07:30:58 -0400
commit5645b7b93dc0425a69361dc107e5b050376101bd (patch)
tree675d0e1d886f75e440d9bf0d22e6bc3168389712 /tox.ini
parent8edc3f30ae39027b1b8cbb8fe22c3017ffedccf0 (diff)
downloadoslo-db-5645b7b93dc0425a69361dc107e5b050376101bd.tar.gz
Fix hacking rules and docs job
Change-Id: I2d86f266165ad98ded9f0bb9f11abfd8aa2c09ef
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 1 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 5f791e7..4f6bd72 100644
--- a/tox.ini
+++ b/tox.ini
@@ -49,14 +49,9 @@ commands =
python setup.py build_sphinx
[flake8]
-# H803 skipped on purpose per list discussion.
# E123, E125 skipped as they are invalid PEP-8.
-# TODO(pblaho): enable H305 when hacking is patched
-# H305 skipped b/c of hacking is confused with oslo.* namespace
-# see https://bugs.launchpad.net/hacking/+bug/1329363
-
+ignore = E123,E125
show-source = True
-ignore = E123,E125,H305,H307,H803,H904
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
[hacking]