diff options
author | Devaev Maxim <[email protected]> | 2020-08-22 19:03:25 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-08-22 19:03:25 +0300 |
commit | 7f74d7ee45a8ffc94caf87f9335fbdbf9d79c69d (patch) | |
tree | 5881cf1abdf7c52aa36f6bda1fd82cd5b56bb68e /testenv | |
parent | fac83d9aaf27ea962996f3f1eb756b690fe40495 (diff) |
lint fix
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/linters/pylint.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testenv/linters/pylint.ini b/testenv/linters/pylint.ini index be542999..a07b9221 100644 --- a/testenv/linters/pylint.ini +++ b/testenv/linters/pylint.ini @@ -32,6 +32,7 @@ disable = too-many-ancestors, no-else-return, len-as-condition, + raise-missing-from, [REPORTS] msg-template = {symbol} -- {path}:{line}({obj}): {msg} |