Apply bootstrapit.sh

This commit is contained in:
Manuel Barkhau 2018-11-04 21:34:53 +01:00
parent 6416df7094
commit d951483a83
26 changed files with 1260 additions and 80 deletions

6
stubs/README.md Normal file
View file

@ -0,0 +1,6 @@
# Stub files for mypy
Before using stubs, check if the library you want to use
itself uses mypy. If it does, the better approach is to
add it to `requirements/vendor.txt`. This way mypy will
find the actual source instead of just stub files.