# HG changeset patch # User Dumitru Erhan # Date 1283970395 14400 # Node ID 573363a9b5c741cb7b77dcd7f210e3ed8fc25634 # Parent ff9361e39c97a7d229333c0b4da070e477e78812 more tools diff -r ff9361e39c97 -r 573363a9b5c7 doc/v2_planning/coding_style.txt --- 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 -------------