mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
tidied
This commit is contained in:
parent
149496c90c
commit
891d4baeb5
1 changed files with 19 additions and 19 deletions
|
@ -9,8 +9,7 @@ use Test::Differences qw( eq_or_diff );
|
|||
use File::Find::Object ();
|
||||
use String::ShellQuote qw/ shell_quote /;
|
||||
|
||||
my %skip =
|
||||
(
|
||||
my %skip = (
|
||||
map { $_ => 1 }
|
||||
qw(
|
||||
pysollib/games/__init__.py
|
||||
|
@ -42,6 +41,7 @@ while (my $r = $tree->next_obj)
|
|||
}
|
||||
|
||||
my $cmd = shell_quote( 'flake8', @filenames );
|
||||
|
||||
# diag("<$cmd>");
|
||||
|
||||
# TEST
|
||||
|
|
Loading…
Add table
Reference in a new issue