mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
tests: disable pylint error useless-object-inheritance
This commit is contained in:
@@ -30,6 +30,7 @@ It uses the following scripts:
|
||||
"""
|
||||
|
||||
# pylint: disable=wrong-import-order,wrong-import-position
|
||||
# pylint: disable=useless-object-inheritance
|
||||
|
||||
from __future__ import print_function
|
||||
import argparse
|
||||
|
||||
@@ -22,7 +22,7 @@ Unparse AST tree to generate scripts in all supported languages
|
||||
(Python, Perl, Ruby, ...).
|
||||
"""
|
||||
|
||||
# pylint: disable=too-many-lines,unnecessary-pass
|
||||
# pylint: disable=too-many-lines,unnecessary-pass,useless-object-inheritance
|
||||
|
||||
from __future__ import print_function
|
||||
import argparse
|
||||
|
||||
Reference in New Issue
Block a user