ec6369c pylint: Ignore `super-with-arguments`

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 `super-with-arguments`
    
    Pylint 2.6.0 added new check:
    > Add super-with-arguments check for flagging instances of Python 2
    style super calls.
    
    According to PEP 3135 this form of `super` is syntactic sugar and
    is not mandatory. Right now there are 566 affected `super`s.
    
    http://pylint.pycqa.org/en/latest/whatsnew/changelog.html#what-s-new-in-pylint-2-6-0
    https://www.python.org/dev/peps/pep-3135/
    
    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