Mercurial > pylearn
changeset 1049:ff9361e39c97
remark on fiding tools
author | Dumitru Erhan <dumitru.erhan@gmail.com> |
---|---|
date | Wed, 08 Sep 2010 14:24:28 -0400 |
parents | 0464f891129b |
children | 573363a9b5c7 |
files | doc/v2_planning/coding_style.txt |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 -------------