mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Filtering of hooks for commit or push stages
This commit is contained in:
parent
e3a22061c5
commit
dd73ffd02f
8 changed files with 89 additions and 3 deletions
|
|
@ -20,10 +20,11 @@ PREVIOUS_IDENTIFYING_HASHES = (
|
|||
'4d9958c90bc262f47553e2c073f14cfe',
|
||||
'd8ee923c46731b42cd95cc869add4062',
|
||||
'49fd668cb42069aa1b6048464be5d395',
|
||||
'79f09a650522a87b0da915d0d983b2de'
|
||||
)
|
||||
|
||||
|
||||
IDENTIFYING_HASH = '79f09a650522a87b0da915d0d983b2de'
|
||||
IDENTIFYING_HASH = 'e358c9dae00eac5d06b38dfdb1e33a8c'
|
||||
|
||||
|
||||
def is_our_pre_commit(filename):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue