From 6ce13e315cfaa7ac7a60c05b8efe9b6addd15950 Mon Sep 17 00:00:00 2001 From: xianming mao Date: Sun, 25 Sep 2016 13:56:37 +0800 Subject: [PATCH] Modify the config message in tox.ini There have no direction openstack/common in this project,so we can delete it. And the H803 has been deprecated,so we can delete it either. More details:https://github.com/openstack-dev/hacking/blob/master/setup.cfg Change-Id: If9bbdad02f836128909525f09c0f77ac0a6effd2 --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index d7124d8aba..33625230b1 100644 --- a/tox.ini +++ b/tox.ini @@ -126,8 +126,7 @@ ignore = D000 [flake8] show-source = True -# H803 skipped on purpose per list discussion. # E123, E125 skipped as they are invalid PEP-8. -ignore = E123,E125,H803 +ignore = E123,E125 builtins = _ -exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,*/source/conf.py +exclude=.venv,.git,.tox,dist,*lib/python*,*egg,build,*/source/conf.py