mypy-mode icon indicating copy to clipboard operation
mypy-mode copied to clipboard

Emacs compilation-mode based support for python 3.6+ Type Hint Checking using mypy

mypy-mode

Emacs compilation-mode based support for python 3.6+ Type Hint Checking using mypy

Requirements

Python 3.6 + due to Type Hint support expectations

Install

M-x mypy-install or pip install mypy

Add this to your init file: (require 'sdev-mypy)

Usage

M-x sdev-mypy-type-check

Example Output

mypy