diff options
| author | Monty Taylor <mordred@inaugust.com> | 2013-08-05 18:02:41 -0300 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2013-08-09 16:41:53 -0300 |
| commit | 08d0ef8ee87f6899662f96af4c95eb8b7ff8f455 (patch) | |
| tree | edf304a01846d9e741a4f58c393fb96f7a8b7143 /tox.ini | |
| parent | bab7775d26629cda46f8048a251bf7e28964afda (diff) | |
| download | python-keystoneclient-08d0ef8ee87f6899662f96af4c95eb8b7ff8f455.tar.gz | |
Updated from global requirements
Change-Id: If137689e5b9008c51cea16d41e648f0df490a247
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -30,12 +30,13 @@ downloadcache = ~/cache/pip # F811: redefinition of unused 'client' from line 81 # F821: undefined name # F841: local variable is assigned to but never used +# H102: missing copyright header # H201: no 'except:' at least use 'except Exception:' # H202: assertRaises Exception too broad # H302: import only modules # H304: no relative imports # H404: multi line docstring should start with a summary # H802: git commit title -ignore = F811,F821,F841,H201,H202,H302,H304,H404,H802 +ignore = F811,F821,F841,H102,H201,H202,H302,H304,H404,H802 show-source = True exclude = .venv,.tox,dist,doc,*egg,build |
