-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
big revert #13573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
big revert #13573
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hmmmmm, that failed. Trying an even bigger revert to da56c97 , but given how often we're seeing failures, the issue is feeling unrelated to recent changes |
This comment has been minimized.
This comment has been minimized.
Diff from mypy_primer, showing the effect of this PR on open source code: ignite (https://github.com/pytorch/ignite)
- ignite/engine/utils.py:8: error: Unused "type: ignore" comment
- ignite/engine/engine.py:340: error: Unused "type: ignore" comment
- ignite/handlers/param_scheduler.py:210: error: Unused "type: ignore" comment
- ignite/handlers/state_param_scheduler.py:62: error: Unused "type: ignore" comment
- ignite/contrib/handlers/wandb_logger.py:285: error: Unused "type: ignore" comment
- ignite/contrib/handlers/visdom_logger.py:373: error: Unused "type: ignore" comment
- ignite/contrib/handlers/tensorboard_logger.py:293: error: Unused "type: ignore" comment
- ignite/contrib/handlers/tensorboard_logger.py:293: error: Argument 2 to "global_step_transform" has incompatible type "Union[str, EventEnum]"; expected "Union[str, Events]" [arg-type]
- ignite/contrib/handlers/tensorboard_logger.py:293: note: Error code "arg-type" not covered by "type: ignore" comment
- ignite/contrib/handlers/polyaxon_logger.py:247: error: Unused "type: ignore" comment
- ignite/contrib/handlers/neptune_logger.py:346: error: Unused "type: ignore" comment
- ignite/contrib/handlers/mlflow_logger.py:239: error: Unused "type: ignore" comment
- ignite/contrib/handlers/clearml_logger.py:325: error: Unused "type: ignore" comment
operator (https://github.com/canonical/operator)
+ ops/testing.py:808: error: Item "str" of "Union[str, Application, Unit]" has no attribute "name"
+ ops/testing.py:810: error: Argument 1 to "get" of "dict" has incompatible type "Union[str, Application, Unit]"; expected "str"
+ ops/testing.py:2322: error: Item "str" of "Union[str, bytes, BinaryIO, TextIO]" has no attribute "read"
+ ops/testing.py:2322: error: Item "bytes" of "Union[str, bytes, BinaryIO, TextIO]" has no attribute "read"
+ ops/testing.py:2325: error: Argument 1 to "len" has incompatible type "Union[bytes, BinaryIO, TextIO]"; expected "Sized"
+ ops/testing.py:2342: error: Argument 1 to "BytesIO" has incompatible type "Union[bytes, BinaryIO, TextIO]"; expected "bytes"
+ ops/testing.py:2344: error: Item "BinaryIO" of "Union[bytes, BinaryIO, TextIO]" has no attribute "decode"
+ ops/testing.py:2344: error: Item "TextIO" of "Union[bytes, BinaryIO, TextIO]" has no attribute "decode"
sphinx (https://github.com/sphinx-doc/sphinx)
- sphinx/pycode/ast.py:107: error: Unused "type: ignore" comment
- sphinx/pycode/ast.py:118: error: Unused "type: ignore" comment
- sphinx/pycode/ast.py:121: error: Unused "type: ignore" comment
- sphinx/pycode/parser.py:355: error: Unused "type: ignore" comment
- sphinx/pycode/parser.py:357: error: Unused "type: ignore" comment
- sphinx/util/inspect.py:60: error: Unused "type: ignore" comment
- sphinx/util/inspect.py:286: error: Unused "type: ignore" comment
- sphinx/util/inspect.py:750: error: Unused "type: ignore" comment
- sphinx/util/inspect.py:760: error: Unused "type: ignore" comment
- sphinx/environment/adapters/toctree.py:241: error: Unused "type: ignore" comment
- sphinx/application.py:1012: error: Unused "type: ignore" comment
- sphinx/application.py:1074: error: Unused "type: ignore" comment
- sphinx/builders/gettext.py:60: error: Unused "type: ignore" comment
- sphinx/ext/autodoc/type_comment.py:38: error: Unused "type: ignore" comment
- sphinx/ext/viewcode.py:139: error: Unused "type: ignore" comment
- sphinx/ext/viewcode.py:231: error: Unused "type: ignore" comment
- sphinx/ext/viewcode.py:234: error: Unused "type: ignore" comment
- sphinx/ext/viewcode.py:236: error: Unused "type: ignore" comment
- sphinx/ext/intersphinx.py:170: error: Unused "type: ignore" comment
- sphinx/ext/graphviz.py:228: error: Unused "type: ignore" comment
apprise (https://github.com/caronc/apprise)
+ ./apprise/decorators/CustomNotifyPlugin.py:148: error: INTERNAL ERROR -- Please try using mypy master on GitHub:
+ https://mypy.readthedocs.io/en/stable/common_issues.html#using-a-development-mypy-build
+ Please report a bug at https://github.com/python/mypy/issues
+ version: 0.980+dev.ce3c9d9220b1b6ae34412466bf4695a1979faf82
+ ./apprise/decorators/CustomNotifyPlugin.py:148: : note: use --pdb to drop into pdb
- apprise/decorators/CustomNotifyPlugin.py:57: error: Need type annotation for "_default_args" (hint: "_default_args: Dict[<type>, <type>] = ...")
- apprise/AppriseConfig.pyi:36: error: Self argument missing for a non-static method (or an invalid type for self)
+ Traceback (most recent call last):
+ File "", line 8, in <module>
+ sys.exit(console_entry())
+ File "/__main__.py", line 15, in console_entry
+ main()
+ File "/main.py", line 95, in main
+ res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+ File "/main.py", line 174, in run_build
+ res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+ File "/build.py", line 186, in build
+ result = _build(
+ File "/build.py", line 269, in _build
+ graph = dispatch(sources, manager, stdout)
+ File "/build.py", line 2875, in dispatch
+ process_graph(graph, manager)
+ File "/build.py", line 3259, in process_graph
+ process_stale_scc(graph, scc, manager)
+ File "/build.py", line 3360, in process_stale_scc
+ graph[id].type_check_first_pass()
+ File "/build.py", line 2302, in type_check_first_pass
+ self.type_checker().check_first_pass()
+ File "/checker.py", line 461, in check_first_pass
+ self.accept(d)
+ File "/checker.py", line 569, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1131, in accept
+ return visitor.visit_class_def(self)
+ File "/checker.py", line 2035, in visit_class_def
+ self.accept(defn.defs)
+ File "/checker.py", line 569, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1206, in accept
+ return visitor.visit_block(self)
+ File "/checker.py", line 2415, in visit_block
+ self.accept(s)
+ File "/checker.py", line 569, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 908, in accept
+ return visitor.visit_decorator(self)
+ File "/checker.py", line 4333, in visit_decorator
+ self.check_func_item(e.func, name=e.func.name)
+ File "/checker.py", line 1000, in check_func_item
+ self.check_func_def(defn, typ, name)
+ File "/checker.py", line 1186, in check_func_def
+ self.accept(item.body)
+ File "/checker.py", line 569, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1206, in accept
+ return visitor.visit_block(self)
+ File "/checker.py", line 2415, in visit_block
+ self.accept(s)
+ File "/checker.py", line 569, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1131, in accept
+ return visitor.visit_class_def(self)
+ File "/checker.py", line 2035, in visit_class_def
+ self.accept(defn.defs)
+ File "/checker.py", line 569, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1206, in accept
+ return visitor.visit_block(self)
+ File "/checker.py", line 2415, in visit_block
+ self.accept(s)
+ File "/checker.py", line 569, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1289, in accept
+ return visitor.visit_assignment_stmt(self)
+ File "/checker.py", line 2462, in visit_assignment_stmt
+ self.check_assignment(s.lvalues[-1], s.rvalue, s.type is None, s.new_syntax)
+ File "/checker.py", line 2683, in check_assignment
+ type_context = self.get_variable_type_context(inferred)
+ File "/checker.py", line 2712, in get_variable_type_context
+ elif not is_subtype(candidate, other):
+ File "/subtypes.py", line 178, in is_subtype
+ return _is_subtype(left, right, subtype_context, proper_subtype=False)
+ File "/subtypes.py", line 328, in _is_subtype
+ return left.accept(SubtypeVisitor(orig_right, subtype_context, proper_subtype))
+ File "/types.py", line 2618, in accept
+ return visitor.visit_partial_type(self)
+ File "/subtypes.py", line 888, in visit_partial_type
+ raise RuntimeError(f'Partial type "{left}" cannot be checked with "issubtype()"')
+ RuntimeError: Partial type "<partial dict[?, ?]>" cannot be checked with "issubtype()"
- test/test_plugin_windows.py:33: error: Name "mock" already defined (by an import)
- test/test_plugin_syslog.py:34: error: Name "mock" already defined (by an import)
- test/test_plugin_mqtt.py:32: error: Name "mock" already defined (by an import)
- test/test_logger.py:35: error: Name "mock" already defined (by an import)
- test/test_locale.py:33: error: Name "mock" already defined (by an import)
- test/test_escapes.py:36: error: Name "mock" already defined (by an import)
- test/test_attach_base.py:32: error: Name "mock" already defined (by an import)
- test/test_asyncio.py:34: error: Module "apprise.common" has no attribute "NOTIFY_SCHEMA_MAP"
- test/test_apprise_utils.py:34: error: Module "urllib" has no attribute "unquote"
- test/test_apprise_attachments.py:34: error: Module "apprise.common" has no attribute "ATTACHMENT_SCHEMA_MAP"
- apprise/cli.py:46: error: Module "apprise.common" has no attribute "NOTIFY_TYPES"
- apprise/cli.py:47: error: Module "apprise.common" has no attribute "NOTIFY_FORMATS"
- apprise/cli.py:88: error: Incompatible types in assignment (expression has type "Tuple[str, str, str, str]", variable has type "Tuple[str, str, str, str, str, str, str, str]")
- apprise/plugins/NotifyZulip.py:122: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyZulip.py:158: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyXBMC.py:30: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyXBMC.py:32: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyXBMC.py:91: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyXBMC.py:115: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyWindows.py:32: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyWindows.py:96: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyWebexTeams.py:114: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyVonage.py:34: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyVonage.py:76: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyVonage.py:112: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyTwitter.py:37: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyTwitter.py:132: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyTwitter.py:170: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyTwist.py:35: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyTwist.py:96: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyTwist.py:124: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyTwilio.py:47: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyTwilio.py:98: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyTwilio.py:140: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyTelegram.py:61: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyTelegram.py:180: error: Need type annotation for "__telegram_escape_html_entries"
- apprise/plugins/NotifyTelegram.py:261: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyTelegram.py:285: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyTechulusPush.py:93: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifySyslog.py:151: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifySyslog.py:173: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyStreamlabs.py:103: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyStreamlabs.py:114: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifySpontit.py:104: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifySpontit.py:136: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifySparkPost.py:154: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifySparkPost.py:178: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifySlack.py:79: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifySlack.py:172: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifySlack.py:245: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifySinch.py:41: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifySinch.py:105: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifySinch.py:147: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifySimplePush.py:30: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifySimplePush.py:94: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifySimplePush.py:117: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifySignalAPI.py:36: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifySignalAPI.py:87: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifySignalAPI.py:136: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyServerChan.py:68: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifySendGrid.py:104: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifySendGrid.py:129: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifySNS.py:36: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifySNS.py:102: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifySNS.py:142: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifySMTP2Go.py:101: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifySMTP2Go.py:125: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifySES.py:98: error: Module "urllib" has no attribute "quote"
- apprise/plugins/NotifySES.py:98: error: Name "quote" already defined (possibly by an import)
- apprise/plugins/NotifySES.py:101: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifySES.py:153: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifySES.py:184: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyRyver.py:40: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyRyver.py:92: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyRyver.py:113: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyRocketChat.py:34: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyRocketChat.py:35: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyRocketChat.py:119: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyRocketChat.py:168: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyReddit.py:54: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyReddit.py:147: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyReddit.py:185: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyPushover.py:182: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyPushover.py:208: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyPushjet.py:30: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyPushjet.py:66: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyPushjet.py:95: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyPushed.py:32: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyPushed.py:80: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyPushed.py:112: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyPushSafer.py:355: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyPushSafer.py:379: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyPushBullet.py:78: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyPushBullet.py:108: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyProwl.py:116: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyProwl.py:133: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyPopcornNotify.py:67: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyPopcornNotify.py:93: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyParsePlatform.py:88: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyParsePlatform.py:115: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyPagerDuty.py:35: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyPagerDuty.py:37: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyPagerDuty.py:122: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyPagerDuty.py:151: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyOpsgenie.py:177: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyOpsgenie.py:215: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyOneSignal.py:39: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyOneSignal.py:97: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyOneSignal.py:145: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyOffice365.py:65: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyOffice365.py:118: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyOffice365.py:151: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyNtfy.py:49: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyNtfy.py:165: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyNtfy.py:198: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyNotifico.py:120: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyNotifico.py:142: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyNotica.py:44: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyNotica.py:117: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyNextcloudTalk.py:28: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyNextcloudTalk.py:67: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyNextcloud.py:28: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyNextcloud.py:67: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyNextcloud.py:101: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyMessageBird.py:76: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyMessageBird.py:105: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyMattermost.py:41: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyMattermost.py:98: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyMattermost.py:128: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyMatrix.py:39: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyMatrix.py:41: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyMatrix.py:161: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyMatrix.py:211: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyMailgun.py:133: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyMailgun.py:157: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyMacOSX.py:34: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyMacOSX.py:106: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyMSTeams.py:81: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyMSTeams.py:96: error: Cannot assign to a type
- apprise/plugins/NotifyMSTeams.py:96: error: Incompatible types in assignment (expression has type "Type[ValueError]", variable has type "Type[JSONDecodeError]")
- apprise/plugins/NotifyMSTeams.py:147: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyMSTeams.py:185: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyMSG91.py:111: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyMSG91.py:137: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyMQTT.py:40: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyMQTT.py:163: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyMQTT.py:198: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyLine.py:33: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyLine.py:35: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyLine.py:82: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyLine.py:101: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyLametric.py:372: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyLametric.py:417: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyKumulos.py:84: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyKavenegar.py:110: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyKavenegar.py:139: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyJoin.py:40: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyJoin.py:140: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyJoin.py:174: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyIFTTT.py:103: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyIFTTT.py:118: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyHomeAssistant.py:35: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyHomeAssistant.py:75: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyHomeAssistant.py:105: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyGrowl.py:27: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyGrowl.py:28: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyGrowl.py:138: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyGrowl.py:158: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyGotify.py:116: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyGotify.py:144: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyGoogleChat.py:102: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyGoogleChat.py:124: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyGnome.py:30: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyGnome.py:141: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyGitter.py:48: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyGitter.py:109: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyGitter.py:124: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyFlock.py:47: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyFlock.py:99: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyFlock.py:132: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyFaast.py:28: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyFaast.py:64: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyFaast.py:74: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyEmby.py:38: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyEmby.py:83: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyEmby.py:107: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyEmail.py:40: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyEmail.py:337: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyEmail.py:364: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyDiscord.py:48: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyDiscord.py:95: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyDiscord.py:116: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyDingTalk.py:35: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyDingTalk.py:90: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyDingTalk.py:111: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyDapnet.py:53: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyDapnet.py:119: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyDapnet.py:150: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyDBus.py:30: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyDBus.py:196: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyD7Networks.py:40: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyD7Networks.py:115: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyD7Networks.py:141: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyClickSend.py:44: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyClickSend.py:93: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyClickSend.py:120: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyBoxcar.py:41: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyBoxcar.py:45: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyBoxcar.py:100: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyBoxcar.py:137: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyBark.py:33: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyBark.py:34: error: Module "apprise.common" has no attribute "NotifyImageSize"
- apprise/plugins/NotifyBark.py:130: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyBark.py:163: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyAppriseAPI.py:32: error: Module "apprise.URLBase" has no attribute "PrivacyMode"
- apprise/plugins/NotifyAppriseAPI.py:80: error: "Type[NotifyBase]" has no attribute "template_tokens"
- apprise/plugins/NotifyAppriseAPI.py:111: error: "Type[NotifyBase]" has no attribute "template_args"
- apprise/plugins/NotifyFCM/oauth.py:48: error: Module "urllib" has no attribute "urlencode"
- apprise/plugins/NotifyFCM/oauth.py:60: error: Cannot assign to a type
- apprise/plu
... (truncated 196 lines) ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Just seeing if we get CI failures on 92118a9