Merge "Delete deprecated Hacking in tox.ini"

This commit is contained in:
Jenkins 2016-12-05 21:09:54 +00:00 committed by Gerrit Code Review
commit c98c3d8397
1 changed files with 1 additions and 2 deletions

View File

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