From 8a4880516b43746eaa036b0c4954a55514cd8828 Mon Sep 17 00:00:00 2001 From: Thomas Bouve Date: Thu, 20 May 2021 21:35:37 +0200 Subject: [PATCH] Extend allowed line-length to 120 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 751ae79..15da06d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ install: - pip install pycodestyle # command to run tests script: - - find . -iname "*.py" -print0 | xargs -0 pycodestyle + - find . -iname "*.py" -print0 | xargs -0 pycodestyle --max-line-length 120