Skip to content

Commit febb270

Browse files
committed
Bump magic numbers
1 parent b7141f3 commit febb270

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pre_commit/commands/install_uninstall.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@
1919
PREVIOUS_IDENTIFYING_HASHES = (
2020
'4d9958c90bc262f47553e2c073f14cfe',
2121
'd8ee923c46731b42cd95cc869add4062',
22+
'49fd668cb42069aa1b6048464be5d395',
2223
)
2324

2425

25-
IDENTIFYING_HASH = '49fd668cb42069aa1b6048464be5d395'
26+
IDENTIFYING_HASH = '79f09a650522a87b0da915d0d983b2de'
2627

2728

2829
def is_our_pre_commit(filename):

pre_commit/resources/hook-tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
# This is a randomish md5 to identify this script
3-
# 49fd668cb42069aa1b6048464be5d395
3+
# 79f09a650522a87b0da915d0d983b2de
44

55
pushd `dirname $0` > /dev/null
66
HERE=`pwd`

0 commit comments

Comments
 (0)