7f485ba pylint: disable new checks

Authored and Committed by frenaud a year ago
1 file changed. 3 lines added. 0 lines removed.
    pylint: disable new checks
    
    pylint 3.0 introduces new checks that raise too many errors:
        use-implicit-booleaness-not-comparison-to-string,
        use-implicit-booleaness-not-comparison-to-zero,
        broad-exception-raised,
    Disable the new checks in pylintrc
    
    Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>
    
        
file modified
+3 -0