We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7141f3 commit febb270Copy full SHA for febb270
2 files changed
pre_commit/commands/install_uninstall.py
@@ -19,10 +19,11 @@
19
PREVIOUS_IDENTIFYING_HASHES = (
20
'4d9958c90bc262f47553e2c073f14cfe',
21
'd8ee923c46731b42cd95cc869add4062',
22
+ '49fd668cb42069aa1b6048464be5d395',
23
)
24
25
-IDENTIFYING_HASH = '49fd668cb42069aa1b6048464be5d395'
26
+IDENTIFYING_HASH = '79f09a650522a87b0da915d0d983b2de'
27
28
29
def is_our_pre_commit(filename):
pre_commit/resources/hook-tmpl
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
# This is a randomish md5 to identify this script
3
-# 49fd668cb42069aa1b6048464be5d395
+# 79f09a650522a87b0da915d0d983b2de
4
5
pushd `dirname $0` > /dev/null
6
HERE=`pwd`
0 commit comments