You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
funnel/utils/markdown/mdit_plugins/heading_anchors_fix.py:45: error: Argument 3 to "after" of "Ruler" has incompatible type "Callable[[StateInline], None]"; expected "Callable[[StateCore], None]" [arg-type]
funnel/utils/markdown/mdit_plugins/abbr.py:145: error: Argument 3 to "after" of "Ruler" has incompatible type "Callable[[StateInline], None]"; expected "Callable[[StateCore], None]" [arg-type]
funnel/utils/markdown/mdit_plugins/toc.py:259: error: Argument 2 to "push" of "Ruler" has incompatible type "Callable[[StateInline], Any]"; expected "Callable[[StateCore], None]" [arg-type]
funnel/utils/markdown/base.py:145: error: Argument 2 to "MarkdownIt" has incompatible type "dict[Literal['html', 'breaks', 'linkify', 'typographer'], bool]"; expected "Mapping[str, Any] | None" [arg-type]
Validate/compare our code and plugins against the following to make relevant changes:
Strict type annotation checking has been applied to the codebase in
markdown-it-py==3.0.0
.Following which, the following mypy failures have surfaced and need to be corrected.
silent
arg inParserBlock.tokenize
executablebooks/markdown-it-py#284The text was updated successfully, but these errors were encountered: