From 8844982af5f33f6e78296120017936939ff70b17 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 10 Sep 2014 20:05:34 +0200 Subject: [PATCH] Update developer documentation --- doc/development/setup.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/development/setup.rst b/doc/development/setup.rst index 2d4af3494..8bcb0b07e 100644 --- a/doc/development/setup.rst +++ b/doc/development/setup.rst @@ -34,8 +34,7 @@ Static code checks Before you check in your code into git, always run:: - pyflakes . - pep8 --ignore=E501,E128 . + flake8 . to check for syntax, style and other errors.