595c8ee Ignore W504 code style like in travis config

Authored and Committed by cheimes 5 years ago
1 file changed. 2 lines added. 1 lines removed.
    Ignore W504 code style like in travis config
    
    pycodestyle both complains about "W504 line break after binary operator"
    and "W503 line break before binary operator" when all warnings are
    enabled. FreeIPA already ignores W504 in travis config. Let's ignore it
    in fastcheck, too.
    
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    
        
file modified
+2 -1