From 0e040e4dd285b3fedb68a091113701c37cf15c81 Mon Sep 17 00:00:00 2001 From: nsubiron Date: Thu, 18 Jan 2018 16:43:08 +0100 Subject: [PATCH] Increase PEP8 line length --- PythonClient/.pep8 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 PythonClient/.pep8 diff --git a/PythonClient/.pep8 b/PythonClient/.pep8 new file mode 100644 index 000000000..68859ad03 --- /dev/null +++ b/PythonClient/.pep8 @@ -0,0 +1,2 @@ +[pep8] +max-line-length = 120