GitXplorerGitXplorer
t

pycodestyle-tmbundle

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
0f7b738065aed9ba78209239ac92bb9fae40cfcf

improve readme

ttungol committed 5 years ago
Unverified
b5059000d82fec910eba3f09c792dc3bdd80dc96

fix link

ttungol committed 5 years ago
Unverified
67468055f57fa39b64a9ee8226473f9c7955e575

add readme

ttungol committed 5 years ago
Unverified
9086bfaed121eb091ddf9d7477d2983c7971c22b

better name for js file

ttungol committed 5 years ago
Unverified
3c89236370418cb7b83a5939d8d328cbb4fa836e

cleanup

ttungol committed 5 years ago
Unverified
bfeda6d571dc55fba56e408ba3a38f422783fa5f

unneeded whitespace

ttungol committed 5 years ago

README

The README file for this repository.

pycodestyle.tmbundle

Run pycodestyle on your file and display the results nicely. Based on Pierre Pracht's Python PEP8.tmbundle.

Installation:

cd ~/Library/Application\ Support/TextMate/Bundles/
git clone https://github.com/tungol/pycodestyle-tmbundle "pycodestyle.tmbundle"

Usage:

You can set the executable of pycodestyle you'd like to use by editing the command and changing the PYCODESTLE variable.

After running the command, use controls in the upper-right to toggle display of code and PEP description. Hide specific errors by listing their code in the text field.