[Python-ideas] Warning on conditionals

Terry Reedy tjreedy at udel.edu
Tue Dec 17 20:55:05 CET 2013


On 12/17/2013 12:07 PM, Andrew Barnert wrote:
> On Dec 17, 2013, at 7:14, MRAB <python at mrabarnett.plus.com> wrote:

>>> tmp.py:3: Using a conditional statement with a constant value (c)
>> It's the kind of thing that you could have in IDLE.
>
> We have multiple different linters and style checkers for a reason. Until one of them is so clearly perfect that there's no need for the others, I think it would be more useful to make it easier to integrate checkers into IDLE than to try to duplicate their functionality.

There is an issue on the tracker to make it easy to integrate code 
checkers into Idle.


-- 
Terry Jan Reedy



More information about the Python-ideas mailing list