From 8be3d6f04648451aa60b64340abbd42f082f829d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 14 Aug 2014 21:01:39 +0200 Subject: [PATCH] Update HACKING --- doc/HACKING.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/HACKING.asciidoc b/doc/HACKING.asciidoc index 49dcac845..76e7f0fe7 100644 --- a/doc/HACKING.asciidoc +++ b/doc/HACKING.asciidoc @@ -106,8 +106,6 @@ https://docs.python.org/3.4/library/unittest.html[unittest] framework * http://pylint.org/[pylint] * A custom checker for the following things: - untracked git files - - whitespace/CRLF problems - - `set_trace` invocations - VCS conflict markers If you changed `setup.py` or `MANIFEST.in`, add the `--setup` argument to run @@ -116,6 +114,9 @@ the following additional checkers: * https://pypi.python.org/pypi/pyroma/0.9.3[pyroma] * https://github.com/mgedmin/check-manifest[check-manifest] +It needs all the checkers to be installed and also needs +https://pypi.python.org/pypi/colorama/[colorama]. + Please make sure this script runs without any warnings on your new contributions. There's of course the possibility of false-positives, and the following techniques are useful to handle these: