Skip to content

Commit

Permalink
Drops checks that were removed in latest pylint
Browse files Browse the repository at this point in the history
This addresses the following:

   .pylintrc:1:0: R0022: Useless option value for '--disable', 'C0326'
   was removed from pylint, see
   pylint-dev/pylint#3577. (useless-option-value)

   .pylintrc:1:0: R0022: Useless option value for '--disable', 'C0330'
   was removed from pylint, see
   pylint-dev/pylint#3571. (useless-option-value)

Signed-off-by: Cleber Rosa <crosa@redhat.com>
  • Loading branch information
clebergnu committed Jan 26, 2023
1 parent a58e0ca commit 74737a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ disable=W0212,
C0302,
C0321,
C0325,
C0326,
C0330,
C0413,
C0415,
E1101,
Expand Down

0 comments on commit 74737a6

Please sign in to comment.