drivendataorg / nbautoexport

Automatically export Jupyter notebooks to various file formats (.py, .html, and more) on save.
https://nbautoexport.drivendata.org/
MIT License
72 stars 9 forks source link

Add missing typing stub packages for mypy #72

Closed jayqi closed 3 years ago

jayqi commented 3 years ago

Fixes our failing build.

~Putting it in make lint seems like the most straightforward solution since it's only required for mypy checks. Running it multiple times doesn't seem to add any overheard.~

After reading through this very confusing thread, apparently this solution was recently implemented.

github-actions[bot] commented 3 years ago

🚀 Deployed on https://deploy-preview-72--zen-roentgen-1e5a72.netlify.app

codecov[bot] commented 3 years ago

Codecov Report

Merging #72 (5a9c9f1) into master (fccb7dd) will not change coverage. The diff coverage is n/a.

@@          Coverage Diff           @@
##           master     #72   +/-   ##
======================================
  Coverage    98.1%   98.1%           
======================================
  Files           8       8           
  Lines         382     382           
======================================
  Hits          375     375           
  Misses          7       7