From ebeec6b751acd939f2e2c56b390b217054182b15 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 17 Apr 2017 04:34:34 +0300 Subject: [PATCH] flake 8 (test all toplevel) --- tests/style/py-flake8.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/style/py-flake8.t b/tests/style/py-flake8.t index d763be1e..193cacd1 100644 --- a/tests/style/py-flake8.t +++ b/tests/style/py-flake8.t @@ -10,7 +10,7 @@ use String::ShellQuote qw/ shell_quote /; # my $cmd = shell_quote( 'flake8', '.' ); my $cmd = shell_quote( 'flake8', - grep { not($_ eq './pysollib/pysoltk.py') } glob('./pysollib/[a-z]*.py') ); + grep { not($_ eq './pysollib/pysoltk.py') } glob('./pysollib/*.py') ); # TEST eq_or_diff( scalar(`$cmd`), '', "flake8 is happy with the code." );