fab589d pylint: disable __hash__ for some classes

Authored and Committed by stlaz 6 years ago
    pylint: disable __hash__ for some classes
    
    pylint requires all classes implementing __eq__ to also implement
    __hash__. We disable hashing for the classes that miss the ability,
    should they ever be required to use it, it can be implemented then.
    
    https://pagure.io/freeipa/issue/6874
    
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    
        
file modified
+2 -0
file modified
+1 -0
file modified
+2 -0
file modified
+2 -0