27 skills found
dry-python / ReturnsMake your functions return something meaningful, typed, and safe!
typeddjango / Awesome Python TypingCollection of awesome Python types, stubs, plugins, and tools to work with them.
dry-python / ClassesSmart, pythonic, ad-hoc, typed polymorphism for Python
dropbox / Sqlalchemy StubsMypy plugin and stubs for SQLAlchemy
dropbox / Mypy PyCharm PluginA simple plugin that allows running mypy from PyCharm and navigate between errors
dry-python / LambdasWrite short and fully-typed lambdas where you need them.
realpython / Pytest MypyMypy static type checker plugin for Pytest
leinardi / Mypy PycharmA plugin providing both real-time and on-demand scanning of Python files with Mypy from within PyCharm/IDEA.
typeddjango / Pytest Mypy Pluginspytest plugin for testing mypy types, stubs, and plugins
tomv564 / Pyls MypyMypy plugin for the Python Language Server
Integralist / Vim MypyVim plugin for executing Python's optional static type checker MyPy (http://mypy-lang.org/)
ambv / Flake8 MypyA plugin for flake8 integrating Mypy.
Shoobx / Mypy ZopePlugin for mypy to support zope.interface
ssfdust / Flask Sqlalchemy Stubstesting stubs and mypy plugin for flask-sqlalchemy
szabope / Mypy Pycharm PluginThis plugin provides PyCharm with both real-time and on-demand scanning capabilities using an external MyPy tool.
davidfritzsche / Pytest Mypy Testingpytest plugin to test mypy static type analysis
gordonbondon / Kubernetes Typedmypy plugin to type check Kubernetes resources
kornicameister / Loguru Mypymypy plugin for loguru
ariebovenberg / Quacks🦆 Better read-only Protocols for mypy
jvllmr / Poetry TypesA poetry plugin that adds/removes type stubs as dependencies like the mypy --install-types command.