mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Implement exclude_types
This commit is contained in:
parent
f956f421be
commit
05a108efe1
6 changed files with 46 additions and 13 deletions
|
|
@ -35,6 +35,7 @@ def test_manifest_contents(manifest):
|
|||
'pass_filenames': True,
|
||||
'stages': [],
|
||||
'types': ['file'],
|
||||
'exclude_types': [],
|
||||
}]
|
||||
|
||||
|
||||
|
|
@ -56,6 +57,7 @@ def test_hooks(manifest):
|
|||
'pass_filenames': True,
|
||||
'stages': [],
|
||||
'types': ['file'],
|
||||
'exclude_types': [],
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue