Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add infrastructure for generating custom stubs #216

Merged
merged 2 commits into from
Feb 17, 2021
Merged

ci: add infrastructure for generating custom stubs #216

merged 2 commits into from
Feb 17, 2021

Conversation

redeboer
Copy link
Member

From typings/README.md:

Generate stub files (.pyi files) for external libraries using stubgen. For instance:

stubgen -p tensorflow -o typings

Alternatively, use Pyright to generate stub files that > contain docstrings as well:

pyright --createstub tensorflow

@redeboer redeboer added the 🖱️ DX Improvements to the Developer Experience label Feb 17, 2021
@redeboer redeboer self-assigned this Feb 17, 2021
@codecov
Copy link

codecov bot commented Feb 17, 2021

Codecov Report

Merging #216 (af373b9) into master (1cd8a0a) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #216   +/-   ##
=======================================
  Coverage   81.10%   81.10%           
=======================================
  Files          13       13           
  Lines         725      725           
  Branches       99       99           
=======================================
  Hits          588      588           
  Misses        106      106           
  Partials       31       31           
Flag Coverage Δ
unittests 81.10% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@redeboer redeboer merged commit 6ac599c into master Feb 17, 2021
@redeboer redeboer deleted the stubs branch February 17, 2021 13:13
@redeboer redeboer added this to the 0.1.4 milestone Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖱️ DX Improvements to the Developer Experience
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant