Skip to content

Commit

Permalink
Added PEP8 style configuration file.
Browse files Browse the repository at this point in the history
This sets the max line length to 100 as a PEP8 exception.

Author: Reynold Xin <[email protected]>

Closes mesos#872 from rxin/pep8 and squashes the following commits:

2f26029 [Reynold Xin] Added PEP8 style configuration file.
  • Loading branch information
rxin committed May 25, 2014
1 parent 6052db9 commit 5c7faec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pep8]
max-line-length=100

0 comments on commit 5c7faec

Please sign in to comment.