ffbbc30 pylint: Ignore `raise-missing-from`

1 file Authored by slev 3 years ago, Committed by abbra 3 years ago,
1 file changed. 1 lines added. 0 lines removed.
    pylint: Ignore `raise-missing-from`
    
    Pylint 2.6.0 introduces new check:
    > Add raise-missing-from check for exceptions that should have a
    cause.
    
    According to PEP 3134 the implicit exception chaining is valid and
    can be used.
    
    http://pylint.pycqa.org/en/latest/whatsnew/changelog.html#what-s-new-in-pylint-2-6-0
    https://www.python.org/dev/peps/pep-3134/
    
    Fixes: https://pagure.io/freeipa/issue/8468
    Signed-off-by: Stanislav Levin <slev@altlinux.org>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    
        
file modified
+1 -0