From 2fd86cb16e86c1c8131acfc649638df47105588c Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 25 Oct 2012 09:30:59 +0200 Subject: [PATCH] Recommend flake8 for style checking --- docs/development.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/development.rst b/docs/development.rst index 49d8add5..eae211b9 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -41,9 +41,10 @@ Code style ========== - Follow :pep:`8` unless otherwise noted. `pep8.py - `_ can be used to check your code against - the guidelines, however remember that matching the style of the surrounding - code is also important. + `_ or `flake8 + `_ can be used to check your code + against the guidelines, however remember that matching the style of the + surrounding code is also important. - Use four spaces for indentation, *never* tabs.