diff options
Diffstat (limited to 'testenv/linters/pylint.ini')
-rw-r--r-- | testenv/linters/pylint.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testenv/linters/pylint.ini b/testenv/linters/pylint.ini index 2d0f3de8..1d273038 100644 --- a/testenv/linters/pylint.ini +++ b/testenv/linters/pylint.ini @@ -33,7 +33,10 @@ disable = no-else-return, len-as-condition, raise-missing-from, - protected-access, + +[CLASSES] +exclude-protected = + _unpack, [REPORTS] msg-template = {symbol} -- {path}:{line}({obj}): {msg} |