Welcome to the flake8-diff documentation!

Release v0.2.2.

What is this?

flake8-diff is a utility that executes flake8 over a set of files changed between two VCS versions, and prints out only the violations introduced by the newer version. We use this at Dealertrack as part of our code review process, to show what flake8 violations would be introduced by merging a branch or pull request.

Installation

$ pip install flake8-diff

Or to install the latest development version:

$ pip install git+git://github.com/dealertrack/flake8-diff