typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

[html5lib] Minimal pyright fix for HTMLParser.__init__

Open abelcheung opened this issue 6 months ago • 1 comments

Recent removal of Incomplete (python/typeshed#14029) in HTMLParser.__init__() breaks pyright strict mode, so fill in minimal necessary argument type info as remedy.

abelcheung avatar Jun 09 '25 20:06 abelcheung

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Jun 09 '25 20:06 github-actions[bot]

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

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