bb74d9 Update python-pylint to version 2.15.9 / rev 33 via SR 1056749

6 files Authored by dirkmueller a year ago, Committed by Bernhard M. Wiedemann a year ago,
    Update python-pylint to version 2.15.9 / rev 33 via SR 1056749
    
    https://build.opensuse.org/request/show/1056749
    by user dirkmueller + dimstar_suse
    - update to v2.15.9:
      * Fix false-positive for used-before-assignment in pattern matching with a
        guard.
      * Pylint will no longer deadlock if a parallel job is killed but fail
        immediately instead.
      * When pylint exit due to bad arguments being provided the exit code will
        now be the expected 32.
      * Fixes a ModuleNotFound exception when running pylint on a Django project
        with the pylint_django plugin enabled.
      * Document a known false positive for useless-suppression when disabling
      * line-too-long in a module with only comments and no code.
      * Fix logging-fstring-interpolation false positive raised when logging and
        f-string with %s formatting.
      * Fixes false positive abstract-method on Protocol classes.
      * Fix missing-param-doc false positive when function paramet
    
        
file modified
+37 -0