mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Add mypy error codes to '# type: ignore' comments (#6379)
This commit is contained in:
@@ -5,7 +5,7 @@ from ..cmd import Command
|
||||
_Reporter = Any # really docutils.utils.Reporter
|
||||
|
||||
# Only defined if docutils is installed.
|
||||
class SilentReporter(_Reporter): # type: ignore
|
||||
class SilentReporter(_Reporter):
|
||||
messages: Any
|
||||
def __init__(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user