From a2da78a356f704e4f8b2dca792c8f08f31f17098 Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Sun, 4 Dec 2016 13:06:37 +0800 Subject: [PATCH] Delete deprecated Hacking in tox.ini Some hacking have been removed,so we can delete them. More details: https://github.com/openstack-dev/hacking/blob/master/setup.cfg Change-Id: I29f12404a275ea80a405472d860d01db470c3bcb --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 0c80049..df051b9 100644 --- a/tox.ini +++ b/tox.ini @@ -28,8 +28,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' [flake8] show-source = True max-line-length = 120 -# H302 Do not import objects, only modules # H803 git commit title should not end with period -ignore = H302,H803 +ignore = H803 builtins = _ exclude=.venv,.git,.tox,dist,client_api_example.py,*lib/python*,*egg,build