42eae48 Ignore W504 code style like in travis config

1 file Authored by cheimes 5 years ago, Committed by frenaud 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: Rob Crittenden <rcritten@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
    
        
file modified
+2 -1