From 75d3ae76b888c1d661f9a8bb766bdf41fe03c967 Mon Sep 17 00:00:00 2001 From: "Chaozhe.Chen" Date: Tue, 23 Feb 2016 23:48:50 +0800 Subject: [PATCH] Clean up removed hacking rule from [flake8] ignore lists We bump hacking>=0.10.0, and hacking removed some rules, for the full list of rules please see [1]. So don't need them any more. Hacking related commits: Remove H803 in commit f01ce4fd822546cbd52a0aedc49184bddbfe1b10 [1]https://github.com/openstack-dev/hacking/blob/master/setup.cfg#L30 Change-Id: I1d122feac95fccccf68b6d37a816977fc7cfff8f --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index c2afb392a6..d55e92e07e 100644 --- a/tox.ini +++ b/tox.ini @@ -36,5 +36,4 @@ install_command = pip install -c upper-constraints.txt {opts} {packages} commands = {toxinidir}/tools/babel-test.sh [flake8] -ignore = H803 exclude = .venv,.git,.tox,dist,doc,*egg,build