Skip to content
This repository has been archived by the owner on Aug 22, 2018. It is now read-only.

christabor-archive/pystyle_linter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pystyle-linter

A proof-of-concept linter for "elements of python style" using abstract syntax trees.

Notice this is hardly complete -- this is not meant to be used for anything serious, but does work well with a very limited set of checkers.

Usage

For now, it's direct access only. Eventually, I'd like to make it a package.

# Output html table.
python checker.py -f testfile.py --html foo.html
# Output json.
python checker.py -f testfile.py --jsonfile foo.json

Tests

pip install py.test
cd tests
py.test -v
# Or, to view stdout
py.test -s

About

A proof-of-concept linter for "elements of python style" using abstract syntax trees.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published