Project: types-all

A shim for the typeshed changes in mypy 0.900

Project Details

Latest version
1.0.0
Home Page
https://github.com/asottile/types-all
PyPI Page
https://pypi.org/project/types-all/

Project Popularity

PageRank
0.15740652603140026
Number of downloads
36827

pre-commit.ci status

types-all

A shim for the typeshed changes in mypy 0.900

installation

pip install types-all

why

--install-types is annoying, this installs all the things in typeshed

error: Library stubs not installed for "toml" (or incompatible with Python 3.8)

(for pre-commit, use something like this)

-   repo: https://github.com/pre-commit/mirrors-mypy
    rev: v0.902
    hooks:
    -   id: mypy
        additional_dependencies: [types-all]