# HG changeset patch # User Dumitru Erhan # Date 1283970268 14400 # Node ID ff9361e39c97a7d229333c0b4da070e477e78812 # Parent 0464f891129b9aee5402fbca9ee36a49461a7d25 remark on fiding tools diff -r 0464f891129b -r ff9361e39c97 doc/v2_planning/coding_style.txt --- a/doc/v2_planning/coding_style.txt Wed Sep 08 14:14:02 2010 -0400 +++ b/doc/v2_planning/coding_style.txt Wed Sep 08 14:24:28 2010 -0400 @@ -28,6 +28,9 @@ 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. + Documentation -------------