summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2013-06-20 20:36:59 +0200
committerDirk Mueller <dirk@dmllr.de>2013-07-15 11:41:58 +0200
commit8aba2d602ef913ebdcaebd46510324299dfc3e39 (patch)
tree0aece494ab526243d702fe35def519005409807b /test-requirements.txt
parentcbc29e43be4077171d266e8c16941d181ab253cd (diff)
downloadswift-8aba2d602ef913ebdcaebd46510324299dfc3e39.tar.gz
Start using Hacking
Instead of blacklisting Hacking globally, only blacklist those that currently occur frequently (for a later followup patch), and fix the rest. In detail: H101 Use TODO(NAME) H201 no 'except:' at least use 'except Exception:' H231 octal number 022 should be written as 0o22 H401 docstring should not start with a space H701 Empty localization string Change-Id: Ib3b3d56b68d1cf15d3b67ac9749fcbdb876dc52a
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index c2b0d7a83..fdebbb6e4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,7 +2,7 @@
pep8==1.4.5
pyflakes==0.7.2
flake8==2.0
-
+hacking>=0.5.6,<0.6
coverage
nose
nosexcover