Skip to content

RyanKung/flymake-mypy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

flymake-mypy.el


This project is a plugin for Emacs to work in conjunction with flymake.el it displays any flymake error for the current line on the minibuffer

It’s allowed you to do typing checking base on the `mypy`, which was renamed as buildin `typing` module on `Python 3.5`

INSTALLATION

pip3 install mypy-lang

then:

(eval-after-load 'flymake '(require 'flymake-mypy))

SCREENSHOTS

https://raw.githubusercontent.com/RyanKung/flymake-pytyping/master/screenshots/ss1.png

About

Use `mypy' as flymake backend for type checking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published