From 3e53398dee88f9663dca43d8ff4caad07201dfdf Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 11 Jun 2021 14:52:28 +0200 Subject: [PATCH] chg: [travis] flake8 updated --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 47fb784..9332806 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ script: - nosetests --with-coverage --cover-package=misp_modules - kill -s KILL $pid - pip install flake8 - - flake8 --ignore=E501,W503,E226 misp_modules + - flake8 --ignore=E501,W503,E226,E126 misp_modules after_success: - coverage combine .coverage*