mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04:00
Remove unnecessary branch
This commit is contained in:
parent
0111b528ca
commit
7b77420b81
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ def _run_single_hook(hook, repo, args, write, skips=frozenset()):
|
|||
args,
|
||||
hook['files'],
|
||||
hook['exclude'],
|
||||
frozenset(hook['types']) if 'types' in hook else frozenset(['file']),
|
||||
frozenset(hook['types']),
|
||||
)
|
||||
if hook['id'] in skips:
|
||||
_print_user_skipped(hook, write, args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue