From af8ded248cb5a4c060f0780f0745c79e59e3a423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke?= Date: Tue, 15 Jan 2019 17:18:26 +0100 Subject: [PATCH] Set pep8-speaks line lenght limit to 79 (#1953) This matches the travis check we're doing. --- .pep8speaks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pep8speaks.yml b/.pep8speaks.yml index 72d01cdaa8..50ac66410a 100755 --- a/.pep8speaks.yml +++ b/.pep8speaks.yml @@ -1,5 +1,5 @@ pycodestyle: - max-line-length: 80 + max-line-length: 79 scanner: diff_only: True