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,
|
missing-docstring,
|
||||||
star-args
|
star-args
|
||||||
|
|
||||||
|
confidence=HIGH,INFERENCE,INFERENCE_FAILURE
|
||||||
|
|
||||||
[REPORTS]
|
[REPORTS]
|
||||||
|
|
||||||
# Set the output format. Available formats are text, parseable, colorized, msvs
|
# Set the output format. Available formats are text, parseable, colorized, msvs
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#!/usr/bin/env python3.6
|
#!/usr/bin/env python3.6
|
||||||
# pylint: disable=deprecated-method
|
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import asyncio
|
import asyncio
|
||||||
|
Loading…
Reference in New Issue
Block a user