Christopher Arndt wrote: > Does anybody have a nice pylint configuration, suitable for the > TurboGears project, to share, so that we can put it up on the wiki?
The problem is we first need to agree on enforcing a common style or things where we consciously allow being sloppy. I suggest enforcing pep008 and pep257. Then we can use the default pylint rcfile, removing or relaxing only a few over-ambitous settings. One thing that seems to need work are docstrings. The formatting is currently very inconsistent and often they are missing completly. -- Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
