Re: [code-quality] pylint suggestion

2018-09-05 Thread Carl Crowder
I think that this would be better a pylint specific issue on github Also I think this would be quite hard - it seems you want a check that says 'if this is a function that is used in a boolean but it it not called' that seems quite specific and you never know, if it's not a syntax error, perhaps

[code-quality] pylint suggestion

2018-09-05 Thread Jim Reuter
Hopefully this is the right place for Pylint suggestions; I did not see any other mailing lists that appeared to fit. I am working on a large project with a lot of existing Python code, and we use pylint in our processes. One frequently used module has a class with a lot of property methods and re