Skip to content

purcell/py-yapf.el

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-yapf.el

https://travis-ci.org/paetzke/py-yapf.el.svg?branch=master http://melpa.org/packages/py-yapf-badge.svg

Provides commands, which use the external “yapf” tool to tidy up the current buffer according to Python’s PEP8.

$ pip install git+https://github.com/google/yapf.git
$ wget https://raw.githubusercontent.com/paetzke/py-yapf.el/master/py-yapf.el \
       -O /your/path/py-yapf.el

You can also install py-yapf with MELPA:

M-x package-install RET
py-yapf RET

Add the before-save-hook to your ~/.emacs

(add-to-list 'load-path "/your/path/")
(require 'py-yapf)
(add-hook 'before-save-hook 'py-yapf-before-save)

Now every time you save your Python file yapf will be executed on the current buffer.

About

Use yapf to beautify a Python buffer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 78.5%
  • Shell 11.9%
  • Python 9.6%