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
This commit is contained in:
Chaozhe.Chen 2016-02-23 23:48:50 +08:00
parent 411135c5f9
commit 75d3ae76b8

View File

@ -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