From 5c7faecd75ea59454ad3209390ac078e6cf6e4a6 Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Sun, 25 May 2014 01:32:15 -0700 Subject: Added PEP8 style configuration file. This sets the max line length to 100 as a PEP8 exception. Author: Reynold Xin Closes #872 from rxin/pep8 and squashes the following commits: 2f26029 [Reynold Xin] Added PEP8 style configuration file. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tox.ini (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000000..2d94b09a90 --- /dev/null +++ b/tox.ini @@ -0,0 +1,2 @@ +[pep8] +max-line-length=100 -- cgit v1.2.3