Comment 5 for bug 2053023

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to distcloud-client (master)

Reviewed: https://review.opendev.org/c/starlingx/distcloud-client/+/909454
Committed: https://opendev.org/starlingx/distcloud-client/commit/a507c6449d9bbe3ae02506b27e45272b96635216
Submitter: "Zuul (22348)"
Branch: master

commit a507c6449d9bbe3ae02506b27e45272b96635216
Author: Hugo Brito <email address hidden>
Date: Mon Feb 19 11:48:19 2024 -0300

    Enable R (refactor) checkers on pylint

    This commit enables the `R` (refactor) checkers in `pylint`
    configuration. This will help ensure code maintainability
    and adherence to best practices.

    Black formatter was applied in the modified files.

    Test Plan:
    PASS: Execute tox command
    - pylint success
    - py39 success
    - pep8 success

    Partial-Bug: 2053023

    Change-Id: I9946eaee33e4691fc212a852079ba0ca851a6ccd
    Signed-off-by: Hugo Brito <email address hidden>