changeset 1050:573363a9b5c7

more tools
author Dumitru Erhan <dumitru.erhan@gmail.com>
date Wed, 08 Sep 2010 14:26:35 -0400
parents ff9361e39c97
children bc246542d6ff
files doc/v2_planning/coding_style.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/v2_planning/coding_style.txt	Wed Sep 08 14:24:28 2010 -0400
+++ b/doc/v2_planning/coding_style.txt	Wed Sep 08 14:26:35 2010 -0400
@@ -28,8 +28,8 @@
 We will probably want to take PEP-8 as starting point, and read what other
 people think about it / how other coding guidelines differ from it.
 
-Dumi: we should also try to find tools (such as pylint) that automate these
-processes.
+Dumi: we should also try to find tools that automate these
+processes: pylint, pyflakes, pychecker, pythontidy
 
 Documentation
 -------------