50 or (qualName == "httpx" and context.callFunctionName in httpxAttrs) |
50 or (qualName == "httpx" and context.callFunctionName in httpxAttrs) |
51 ) and context.checkCallArgValue("verify", "False"): |
51 ) and context.checkCallArgValue("verify", "False"): |
52 reportError( |
52 reportError( |
53 context.getLinenoForCallArg("verify") - 1, |
53 context.getLinenoForCallArg("verify") - 1, |
54 context.getOffsetForCallArg("verify"), |
54 context.getOffsetForCallArg("verify"), |
55 "S501", |
55 "S-501", |
56 "H", |
56 "H", |
57 "H", |
57 "H", |
58 ) |
58 ) |