From 5998bb7582be45a29134f9b8976124503d9d1d5b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 18 Sep 2019 16:14:59 +0200 Subject: [PATCH] fix flake8 option --- molecule/ec2-centos-7/molecule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/ec2-centos-7/molecule.yml b/molecule/ec2-centos-7/molecule.yml index 6471ef5..e8da0fd 100644 --- a/molecule/ec2-centos-7/molecule.yml +++ b/molecule/ec2-centos-7/molecule.yml @@ -21,6 +21,6 @@ verifier: lint: name: flake8 options: - max_line_length: 120 + max-line-length: 120 options: sudo: True