Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lbolla/emacs-flycheck-mypy
https://github.com/lbolla/emacs-flycheck-mypy
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lbolla/emacs-flycheck-mypy
- Owner: lbolla
- Created: 2015-09-14T10:50:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T09:15:43.000Z (over 4 years ago)
- Last Synced: 2024-04-22T12:32:39.812Z (7 months ago)
- Language: Emacs Lisp
- Size: 4.88 KB
- Stars: 38
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-python-typing - emacs-flycheck-mypy - Mypy integration for Emacs. (Integrations / Mypy plugins)
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.