mypy-PyCharm-plugin
Type Checker Plugin
A plugin that allows running type-checking tools from within PyCharm.
A simple plugin that allows running mypy from PyCharm and navigate between errors
314 stars
21 watching
14 forks
Language: Java
last commit: over 3 years ago
Linked from 1 awesome list
mypypycharmpythontype-checkingtypestyping
Related projects:
Repository | Description | Stars |
---|---|---|
typeddjango/pytest-mypy-plugins | A plugin for testing type checking and stubs using mypy and pytest | 107 |
ymyzk/mypy-playground | A web-based tool for running mypy, a static type checker for Python, in a sandbox environment. | 72 |
pynamodb/pynamodb-mypy | A plugin that provides type checking and enforcement for PynamoDB models and attributes. | 4 |
kotlinisland/basedmypy | A Python static type checker with additional features to improve typing and error reporting. | 148 |
integralist/vim-mypy | A Vim plugin for executing Python's static type checker. | 97 |
shoobx/mypy-zope | A plugin to enable type checking of Zope interface implementations in mypy. | 39 |
realpython/pytest-mypy | Automates mypy static type checking as part of pytest test runs | 249 |
davidfritzsche/pytest-mypy-testing | A tool to verify mypy's static type analysis output | 31 |
detachhead/basedpyright | An improved version of Pyright with enhanced type checking and support for popular IDEs | 1,300 |
orsinium-labs/typeforce | A tool to simplify Python package maintenance by automating type checking and stub installation. | 19 |
dropbox/sqlalchemy-stubs | Provides type stubs and plugins to improve static typing for SQLAlchemy-based applications | 571 |
loyada/typedpy | A comprehensive type system for Python that provides strict type checking and conversion between Python data structures and JSON-like formats. | 16 |
mariusvniekerk/pytest-monkeytype | A pytest plugin that generates annotations and stubs for Python modules based on their type definitions | 43 |
dropbox/pyannotate | A tool to automatically add type annotations to Python code based on runtime call arguments and return types. | 1,428 |
orsinium-labs/mypy-test | A testing tool for verifying mypy plugin and type functionality | 5 |