<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
Pylint on my patch is failing with the following error:</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div><span style="text-indent: -308px;"><font face="monospace"><span style="white-space: pre-wrap;">Module 'hashlib' has no ‘sha256</span></font></span><font face="monospace"><span style="white-space: pre-wrap;">’</span></font></div>
<div><span style="text-indent: -308px;"><font face="monospace"><span style="white-space: pre-wrap;"><br>
</span></font></span></div>
<div>Cinder pylint already has following exceptions, </div>
<div><br>
</div>
<div>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><span style="color: rgb(213, 59, 211);">pylint_exceptions</span><span style="color: rgb(52, 187, 199);">:</span>["Instance of '<span style="color: rgb(195, 55, 32);"><b>sha</b></span>1' has no 'update'
 member", ""]</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><span style="color: rgb(213, 59, 211);">pylint_exceptions</span><span style="color: rgb(52, 187, 199);">:</span>["Module 'hashlib' has no '<span style="color: rgb(195, 55, 32);"><b>sha</b></span>224'
 member", “”]</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><br>
</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">So I think “hashlib has no ‘sha256’” should be added to the exception list as well. How can I update the exception list?</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><br>
</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">Thanks,</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">Murali Balcha</p>
</div>
</body>
</html>