I was looking into #330, and I noticed that the following don't cause E713 when they should:
Looks like the regular expression is picking up the ( between not and in and wrongly deciding that this is something of the form:
if not (X in Y or X is Z):
pass
I was looking into #330, and I noticed that the following don't cause E713 when they should:
Looks like the regular expression is picking up the
(betweennotandinand wrongly deciding that this is something of the form: