summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorWei Li <wei.li@easystack.cn>2016-08-02 19:22:06 +0800
committerWei Li <wei.li@easystack.cn>2016-08-02 19:34:19 +0800
commitb82bfe041cf39d0e4fbe312862dced5cf55a639f (patch)
treee8c5019a98e3665e99fbeb588d604e359b7183a0 /tox.ini
parent10a81baefa25dd25d6acb8c2ad6ba3bcc868c82b (diff)
downloadoslo-policy-b82bfe041cf39d0e4fbe312862dced5cf55a639f.tar.gz
Delete H803 in flake8 ignore
In hacking >= 0.10.0,do not have H803.So we should delete it in flake8 ignore list. Change-Id: Ife2b05586211b574eb87412f922e1a5d0ef75b0b
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 3ed2795..85f632a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,10 +19,9 @@ commands = python setup.py build_sphinx
commands = python setup.py test --coverage --coverage-package-name=oslo_policy --testr-args='{posargs}'
[flake8]
-# H803 skipped on purpose per list discussion.
show-source = True
-ignore = H803
+ignore =
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build