typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

[Markdown] Add missing stubs

Open donbarbos opened this issue 5 months ago • 1 comments

donbarbos avatar Jun 16 '25 13:06 donbarbos

Diff from mypy_primer, showing the effect of this PR on open source code:

mkdocs (https://github.com/mkdocs/mkdocs)
+ mkdocs/structure/pages.py:13: error: Unused "type: ignore" comment  [unused-ignore]
- mkdocs/structure/pages.py:540: error: Unused "type: ignore" comment  [unused-ignore]

github-actions[bot] avatar Jun 16 '25 13:06 github-actions[bot]

Diff from mypy_primer, showing the effect of this PR on open source code:

mkdocs (https://github.com/mkdocs/mkdocs)
+ mkdocs/structure/pages.py:13: error: Unused "type: ignore" comment  [unused-ignore]
- mkdocs/structure/pages.py:540: error: Unused "type: ignore" comment  [unused-ignore]

github-actions[bot] avatar Jul 07 '25 13:07 github-actions[bot]