9785:84684a40187d | 9786:f94b530722af |
---|---|
132 @type list of str | 132 @type list of str |
133 @return flag indicating to ignore the code | 133 @return flag indicating to ignore the code |
134 @rtype bool | 134 @rtype bool |
135 """ | 135 """ |
136 if lineFlags: | 136 if lineFlags: |
137 | |
138 if ( | 137 if ( |
139 "__IGNORE_WARNING__" in lineFlags | 138 "__IGNORE_WARNING__" in lineFlags |
140 or "noqa" in lineFlags | 139 or "noqa" in lineFlags |
141 or "nosec" in lineFlags | 140 or "nosec" in lineFlags |
142 ): | 141 ): |