diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-06-03 16:19:10 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-06-03 16:19:10 +0000 |
| commit | 4b90bc5c314fa52ece212451fbfec7ba7eced3b1 (patch) | |
| tree | 785a0f9a031b3da490d1ae2351a4bf561be8fa2a /tox.ini | |
| parent | 795d253d4ae5d9fdf4aea8ba03e2b73a24ded2a7 (diff) | |
| parent | 6f27af4a0cdbde42b1566ecabaf667c26b089dc3 (diff) | |
| download | python-keystoneclient-0.2.5.tar.gz | |
Merge "Fix unused imports(flake8 F401, F999)"0.2.5
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -27,11 +27,9 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' downloadcache = ~/cache/pip [flake8] -# F401: imported but unused # F811: redefinition of unused 'client' from line 81 # F821: undefined name # F841: local variable is assigned to but never used -# F999: syntax error in doctest # H201: no 'except:' at least use 'except Exception:' # H202: assertRaises Exception too broad # H302: import only modules @@ -42,6 +40,6 @@ downloadcache = ~/cache/pip # H403: multi line docstring end on new line # H404: multi line docstring should start with a summary # H802: git commit title -ignore = F401,F811,F821,F841,F999,H201,H202,H302,H304,H306,H401,H402,H403,H404,H802 +ignore = F811,F821,F841,H201,H202,H302,H304,H306,H401,H402,H403,H404,H802 show-source = True exclude = .venv,.tox,dist,doc,*egg |
