Skip to content

A shim for the typeshed changes in mypy 0.900

License

Notifications You must be signed in to change notification settings

Morry98/types-all

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

well, not really deprecated but it represents a point-in-time and won't be changing


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]

About

A shim for the typeshed changes in mypy 0.900

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%