Skip to content

bitlabstudio/flake8-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flake8-snippets

A flake8 extension to find any code snippets you don't like.

Flake8 is a tool to combine different apps (like pep8) and therefore to guarantee clean Python code.

Read more: http://flake8.readthedocs.org/en/latest/

Installation

To get the latest stable release from PyPi

$ pip install flake8-snippets

To get the latest commit from GitHub

$ pip install -e git+git://github.com/bitmazk/flake8-snippets.git#egg=flake8_snippets

Usage

Simply enhance the flake8 command with the --snippet setting and add a comma-separated list

flake8 --statistics --snippets='# TODO' .

or

flake8 --statistics --snippets='import ipdb,ipdb.set_trace()' .

Contribute

If you want to contribute to this project, please perform the following steps

# Fork this repository
# Clone your fork
$ mkvirtualenv -p python2.7 flake8-snippets
$ python setup.py install

$ git co -b feature_branch master
# Implement your feature and tests
$ git add . && git commit
$ git push -u origin feature_branch
# Send us a pull request for your feature branch

About

A flake8 extension to find any code snippets you don't like

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages