Repository: spark Updated Branches: refs/heads/branch-1.0 64d0fb527 -> 291567d60
Added PEP8 style configuration file. This sets the max line length to 100 as a PEP8 exception. Author: Reynold Xin <[email protected]> Closes #872 from rxin/pep8 and squashes the following commits: 2f26029 [Reynold Xin] Added PEP8 style configuration file. (cherry picked from commit 5c7faecd75ea59454ad3209390ac078e6cf6e4a6) Signed-off-by: Reynold Xin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/291567d6 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/291567d6 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/291567d6 Branch: refs/heads/branch-1.0 Commit: 291567d6099b7e8ef2cbc55ad3a69149532e0b9e Parents: 64d0fb5 Author: Reynold Xin <[email protected]> Authored: Sun May 25 01:32:15 2014 -0700 Committer: Reynold Xin <[email protected]> Committed: Sun May 25 01:32:22 2014 -0700 ---------------------------------------------------------------------- tox.ini | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/291567d6/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..2d94b09 --- /dev/null +++ b/tox.ini @@ -0,0 +1,2 @@ +[pep8] +max-line-length=100
