Lines Matching refs:or
10 F405, # name may be undefined, or defined from star imports: module
16 F622, # two or more starred expressions in an assignment (a, *b, *c = d)
18 F701, # a break statement outside of a while or for loop
19 F702, # a continue statement outside of a while or for loop
21 F704, # a yield or yield from statement outside of a function
44 E122, # continuation line missing indentation or outdented
64 E227, # missing whitespace around bitwise or shift operator
66 E231, # missing whitespace after ',', ';', or ':'
83 E305, # expected 2 blank lines after end of function or class
94 E712, # comparison to True should be 'if cond is True:' or 'if cond:'
100 E741, # do not use variables named 'l', 'O', or 'I'
101 E742, # do not define classes named 'l', 'O', or 'I'
102 E743, # do not define functions named 'l', 'O', or 'I'
103 E901, # SyntaxError or IndentationError
128 E231, # missing whitespace after ',', ';', or ':'