vim-mypy

Type checker plugin

A Vim plugin for executing Python's static type checker.

Vim plugin for executing Python's optional static type checker MyPy (http://mypy-lang.org/)

GitHub

97 stars
3 watching
15 forks
Language: VimL
last commit: about 5 years ago
Linked from 1 awesome list

checkermypyopen-sourcepluginstatic-analysisvimvim-mypyvim-plugins

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
typeddjango/pytest-mypy-plugins A plugin for testing type checking and stubs using mypy and pytest 103
realpython/pytest-mypy A plugin that integrates mypy with pytest to enable static type checking during unit testing. 248
dropbox/mypy-pycharm-plugin A plugin that allows running type-checking tools from within PyCharm. 314
kotlinisland/basedmypy A Python type checker built to resolve issues with the mypy project and Python's typing system 143
davidfritzsche/pytest-mypy-testing A tool to verify mypy's static type analysis output 30
pynamodb/pynamodb-mypy A plugin that provides type checking and enforcement for PynamoDB models and attributes. 4
ymyzk/mypy-playground A web-based tool for running mypy, a static type checker for Python, in a sandbox environment. 71
shoobx/mypy-zope A plugin to enable type checking of Zope interface implementations in mypy. 39
orsinium-labs/mypy-test A testing tool for verifying mypy plugin and type functionality 5
orsinium-labs/typeforce A tool to simplify Python package maintenance by automating type checking and stub installation. 19
let-def/ocp-indent-vim An integration of ocp-indent into the Vim text editor. 29
kaarmu/typst.vim A Vim plugin for working with the Typst document format, providing syntax highlighting, concealment, and compilation features. 298
mariusvniekerk/pytest-monkeytype A pytest plugin that generates annotations and stubs for Python modules based on their type definitions 43
ethanhs/python-typecheckers A comprehensive collection of Python type checkers, categorized by syntax and execution time. 62
orsinium-labs/mypy-baseline A tool to integrate mypy into an existing Python project and track progress on resolving type errors. 55