Add mypy error codes to '# type: ignore' comments (#6379)

This commit is contained in:
Akuli
2021-11-26 08:07:56 +02:00
committed by GitHub
parent 1278fa86e2
commit a5bc1e037f
74 changed files with 218 additions and 202 deletions

View File

@@ -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,