From a3cb81edd6053a273447ba3821655320ed234a41 Mon Sep 17 00:00:00 2001 From: buck Date: Wed, 15 Oct 2014 12:04:05 -0700 Subject: make --source and -m play nice together --HG-- branch : __main__-support extra : rebase_source : c9ca9fddecafddd5ef4db9cc64ca1c0972130aab --- doc/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/contributing.rst b/doc/contributing.rst index 88c99a99..8e1fd723 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -129,7 +129,7 @@ I try to keep the coverage.py as clean as possible. I use pylint to alert me to possible problems:: $ make lint - pylint --rcfile=.pylintrc coverage setup.py tests + pylint coverage setup.py tests python -m tabnanny coverage setup.py tests python igor.py check_eol -- cgit v1.2.1