Skip to content
/ check Public
forked from jbalogh/check

Simple script to run pep8.py and pyflakes on a git/svn repo.

Notifications You must be signed in to change notification settings

alf/check

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Runs pyflakes & pep8.py on your Python files and a trailing whitespace checker on all the rest. Keeps anal-retentive style nazis like me happy, and should (in theory) make your code look nicer.

How to use it

check.py

This will run checks on any added or modified files according to your vcs's status command (git or svn at the moment).

check.py models.py tests/

This will run checks on models.py and any files found recursively in the tests/ directory.

Installation

Best installed with pip or easy_install so you also get the pyflakes dependency.

About

Simple script to run pep8.py and pyflakes on a git/svn repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%