1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

tests: disable pylint errors in testapi.py

This commit is contained in:
Sébastien Helleu
2022-08-02 21:21:07 +02:00
parent 4d4a6f99f9
commit a7364d055b
+2 -1
View File
@@ -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