mirror of
https://github.com/weechat/weechat.git
synced 2026-06-23 19:36:37 +02:00
tests: disable pylint error useless-object-inheritance
This commit is contained in:
@@ -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