From a7364d055b3b52eb8669b2f17db32e64635d50fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 2 Aug 2022 21:21:07 +0200 Subject: tests: disable pylint errors in testapi.py --- tests/scripts/python/testapi.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/scripts') diff --git a/tests/scripts/python/testapi.py b/tests/scripts/python/testapi.py index e948d8c6f..75a119b8d 100644 --- a/tests/scripts/python/testapi.py +++ b/tests/scripts/python/testapi.py @@ -25,7 +25,8 @@ to generate scripts in all supported languages (Python, Perl, Ruby, ...). The resulting scripts can be loaded in WeeChat to test the scripting API. """ -# pylint: disable=line-too-long,no-value-for-parameter +# pylint: disable=line-too-long,no-value-for-parameter,too-many-locals +# pylint: disable=too-many-statements import weechat # pylint: disable=import-error -- cgit v1.2.3