pylint: do not interpret asyncio.ensure_future compat hack
这个提交包含在:
父节点
865ab10a0c
当前提交
c2a0d34ade
@ -17,6 +17,8 @@ disable=
|
||||
missing-docstring,
|
||||
star-args
|
||||
|
||||
confidence=HIGH,INFERENCE,INFERENCE_FAILURE
|
||||
|
||||
[REPORTS]
|
||||
|
||||
# Set the output format. Available formats are text, parseable, colorized, msvs
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
#!/usr/bin/env python3.6
|
||||
# pylint: disable=deprecated-method
|
||||
|
||||
import argparse
|
||||
import asyncio
|
||||
|
||||
正在加载...
在新工单中引用
屏蔽一个用户