summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index d2de02c..708c613 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,13 +26,10 @@ commands = python setup.py testr --coverage --coverage-package-name='tempest_lib
commands = python setup.py build_sphinx
[flake8]
-# H803 skipped on purpose per list discussion.
# E125 skipped as it is invalid PEP-8.
-# H402 skipped because some docstrings aren't sentences
# E123 skipped because it is ignored by default in the default pep8
# E129 skipped because it is too limiting when combined with other rules
-# H305 skipped because it is inconsistent between python versions
show-source = True
-ignore = E125,H803,H402,E123,E129,H305
+ignore = E125,E123,E129
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build