aboutsummaryrefslogtreecommitdiff
path: root/dev/.gitignore
diff options
context:
space:
mode:
authorNicholas Chammas <nicholas.chammas@gmail.com>2015-04-18 16:46:28 -0700
committerJosh Rosen <joshrosen@databricks.com>2015-04-18 16:46:28 -0700
commit28683b4df5de06373b867068b9b8adfbcaf93176 (patch)
treee6ef0e0a32a003b22299d6c2174fe256408363ea /dev/.gitignore
parent327ebf0cb5e236579bece057eda27b21aed0e2dc (diff)
downloadspark-28683b4df5de06373b867068b9b8adfbcaf93176.tar.gz
spark-28683b4df5de06373b867068b9b8adfbcaf93176.tar.bz2
spark-28683b4df5de06373b867068b9b8adfbcaf93176.zip
[SPARK-6219] Reuse pep8.py
Per the discussion in the comments on [this commit](https://github.com/apache/spark/commit/f17d43b033d928dbc46aef8e367aa08902e698ad#commitcomment-10780649), this PR allows the Python lint script to reuse `pep8.py` when possible. Author: Nicholas Chammas <nicholas.chammas@gmail.com> Closes #5561 from nchammas/save-dem-pep8-bytes and squashes the following commits: b7c91e6 [Nicholas Chammas] reuse pep8.py
Diffstat (limited to 'dev/.gitignore')
-rw-r--r--dev/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/.gitignore b/dev/.gitignore
new file mode 100644
index 0000000000..4a6027429e
--- /dev/null
+++ b/dev/.gitignore
@@ -0,0 +1 @@
+pep8*.py