mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
tests: fix pylint errors
This commit is contained in:
@@ -31,6 +31,10 @@ It uses the following scripts:
|
||||
|
||||
# pylint: disable=wrong-import-order,wrong-import-position
|
||||
# pylint: disable=useless-object-inheritance
|
||||
# pylint: disable=consider-using-f-string
|
||||
# pylint: disable=super-with-arguments
|
||||
# pylint: disable=consider-using-with
|
||||
# pylint: disable=unspecified-encoding
|
||||
|
||||
from __future__ import print_function
|
||||
import argparse
|
||||
|
||||
@@ -23,6 +23,8 @@ Unparse AST tree to generate scripts in all supported languages
|
||||
"""
|
||||
|
||||
# pylint: disable=too-many-lines,unnecessary-pass,useless-object-inheritance
|
||||
# pylint: disable=consider-using-f-string
|
||||
# pylint: disable=super-with-arguments
|
||||
|
||||
from __future__ import print_function
|
||||
import argparse
|
||||
|
||||
Reference in New Issue
Block a user