run_checks: Fix running of pyroma/check-manifest.
This commit is contained in:
parent
e48f419f78
commit
1d9738c1ab
@ -280,9 +280,10 @@ def _get_checkers(args):
|
||||
('git', check_git),
|
||||
])),
|
||||
('setup', collections.OrderedDict([
|
||||
('pyroma', functools.partial(run, 'pyroma', args.version)),
|
||||
('pyroma', functools.partial(run, 'pyroma',
|
||||
print_version=args.version)),
|
||||
('check-manifest', functools.partial(run, 'check-manifest',
|
||||
args.version)),
|
||||
print_version=args.version)),
|
||||
])),
|
||||
])
|
||||
# "Dynamic" checkers which exist once for each target.
|
||||
|
Loading…
Reference in New Issue
Block a user