[py] Add py.typed file#10310
Conversation
|
Sorry, where can I find the CLA? I have grepped in the repo, I have searched in CONTRIBUTING.md, and I have clicked the link in the above comment. All I find is references to "the CLA", e.g. a checkbox saying "I have read and agree to the CLA". So where is that CLA? |
Probably we have an outdated link or comment somewhere, in the comment above you can see that this is a process supported by a tool. |
|
From the link:
Is this "the CLA"? |
|
Thanks! Somehow I expected the CLA to be a wall of text of length 1 kilometre or so. |
Codecov Report
@@ Coverage Diff @@
## trunk #10310 +/- ##
=======================================
Coverage 44.97% 44.97%
=======================================
Files 85 85
Lines 5479 5479
Branches 269 269
=======================================
Hits 2464 2464
Misses 2746 2746
Partials 269 269 Continue to review full report at Codecov.
|
|
Kudos, SonarCloud Quality Gate passed! |









Description
Makes type checkers use type annotations from selenium itself.
Motivation and Context
#9480
Types of changes
Checklist
Let me know if I have to go through the boilerplate, but I verified it manually: after
pip install ./pyin the repo, I can successfully run mypy over a file containingimport selenium.