Re: [Python-projects] pylint suggestion

2009-12-28 Thread Pierre Rouleau
2009/12/28 Nicolas Chauvat > On Thu, Dec 24, 2009 at 08:12:42PM +, Daniel Harding wrote: > >> Could pylint.bat look for a command line parameter to determine which > >> behaviour is wanted? > > > > [...] > > > > I have attached an implementation of pylint.bat which calls exit only if > > Than

Re: [Python-projects] pylint suggestion

2009-12-28 Thread Nicolas Chauvat
On Thu, Dec 24, 2009 at 08:12:42PM +, Daniel Harding wrote: >> Could pylint.bat look for a command line parameter to determine which >> behaviour is wanted? > > [...] > > I have attached an implementation of pylint.bat which calls exit only if Thank you Daniel, Pierre and Jonathan, This i

[Python-projects] pylint oddities (bug, false positives?)

2009-12-28 Thread Aaron Hoover
My apologies if this is the wrong list to post to regarding issues with pylint - but it seemed to be the appropriate address based on my perusal of the logilab website. I have a fairly large Python file that contains a couple classes as well as a standalone function. It's a pretty involved