pylint: do not interpret asyncio.ensure_future compat hack
This commit is contained in:
parent
865ab10a0c
commit
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
|
||||
|
Loading…
Reference in New Issue
Block a user