From a8e84c4b1b269e51640c5dd9905218f34a285b2d Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 18 Sep 2019 15:28:06 +0200 Subject: [PATCH] fix flake8 line length --- molecule/ec2-centos-7/molecule.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/molecule/ec2-centos-7/molecule.yml b/molecule/ec2-centos-7/molecule.yml index 300cf95..6471ef5 100644 --- a/molecule/ec2-centos-7/molecule.yml +++ b/molecule/ec2-centos-7/molecule.yml @@ -20,5 +20,7 @@ verifier: name: testinfra lint: name: flake8 + options: + max_line_length: 120 options: sudo: True