Update .pylintrc

There are a few warnings disabled that do not generate
failures any more, re-enable them by removing from
.pylintrc file.

TrivialFix

Change-Id: I1a4fff33b0dcd3d88b4ab0c86546098c7a9cafa4
This commit is contained in:
Brian Haley 2024-01-17 13:33:08 -05:00
parent 70f9dd926f
commit 1dbc373869
1 changed files with 0 additions and 3 deletions

View File

@ -32,14 +32,11 @@ disable=
abstract-method,
arguments-differ,
attribute-defined-outside-init,
bad-indentation,
broad-except,
dangerous-default-value,
expression-not-assigned,
fixme,
global-statement,
keyword-arg-before-vararg,
literal-comparison,
non-parent-init-called,
not-callable,
protected-access,