Update developer documentation

This commit is contained in:
Raphael Michel
2014-09-10 20:05:34 +02:00
parent e0b57344b8
commit 8844982af5
+1 -2
View File
@@ -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.