f6be661 Reconfigure pycodestyle

Authored and Committed by cheimes 3 years ago
1 file changed. 9 lines added. 3 lines removed.
    Reconfigure pycodestyle
    
    Disable some warnings that are not PEP-8 compatible.
    
    Disable warnings E731 and E741. IPA code uses ``l`` as variable names
    and assignment of lambda expressions a lot.
    
    Ignore auto-generated remote plugins and build directories.
    
    Related: https://pagure.io/freeipa/issue/8306
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
    
        
file modified
+9 -3