You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/05/25 10:32:19 UTC

git commit: Added PEP8 style configuration file.

Repository: spark
Updated Branches:
  refs/heads/master 6052db9dc -> 5c7faecd7


Added PEP8 style configuration file.

This sets the max line length to 100 as a PEP8 exception.

Author: Reynold Xin <rx...@apache.org>

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

2f26029 [Reynold Xin] Added PEP8 style configuration file.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/5c7faecd
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/5c7faecd
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/5c7faecd

Branch: refs/heads/master
Commit: 5c7faecd75ea59454ad3209390ac078e6cf6e4a6
Parents: 6052db9
Author: Reynold Xin <rx...@apache.org>
Authored: Sun May 25 01:32:15 2014 -0700
Committer: Reynold Xin <rx...@apache.org>
Committed: Sun May 25 01:32:15 2014 -0700

----------------------------------------------------------------------
 tox.ini | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/5c7faecd/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