summaryrefslogtreecommitdiff
path: root/tests/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts')
-rw-r--r--tests/scripts/python/testapi.py3
1 files changed, 2 insertions, 1 deletions
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