Skip to content

Commit

Permalink
Update documentation for #57
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 17, 2015
1 parent 8d0e927 commit 7f0e8dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ Uses the [flake8](http://pypi.python.org/pypi/flake8) module to check code.
* `max-line-length` Set maximum allowed line length (default: 79)
* `format` Set the error format [default|pylint|<custom>]
* `max-complexity` McCabe complexity threshold
* `snippet` Interacts with [flake8-snippets](https://pypi.python.org/pypi/flake8-snippets) allowing
you to trigger errors on specific snippets you want to disallow.

These options are passed into flake8 as cli options.

Expand Down

0 comments on commit 7f0e8dd

Please sign in to comment.