Suggest a more complete annotation pkg for lxml#16284
Suggest a more complete annotation pkg for lxml#16284abelcheung wants to merge 1 commit intopython:masterfrom abelcheung:suggest-types-lxml
Conversation
|
Thanks for maintaining those stubs! As the comment mentions, from mypy's perspective, we have to be very careful when recommending packages here. These suggestions will be blindly installed by trusting humans or directly by mypy via I'm curious what it would take to merge types-lxml into the lxml-stubs that upstream maintains? |
|
According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅ |
This is a continuation of PR #14737 ; I'd want to officially recommend external annotation I've been working over
lxml-stubs, because annotation of the wholelxmlpackage is basically complete (except a few minor submodules that I'm doubtful anybody is using at all), and I'm still actively maintaining it.