Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lbolla/emacs-flycheck-mypy


https://github.com/lbolla/emacs-flycheck-mypy

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

flycheck-mypy
=================

**This library is DEPRECATED. Its functionality has been merged on Flycheck.**

[![MELPA](http://melpa.org/packages/flycheck-mypy-badge.svg)](http://melpa.org/#/flycheck-mypy)

Since version [3.5](https://www.python.org/downloads/release/python-350/), Python supports typing hints.
[MyPy](http://mypy-lang.org/) makes use of those hints to type-check your code.

This package is a FlyCheck interface to MyPy.