mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Bump magic numbers
This commit is contained in:
parent
b7141f32c0
commit
febb270afe
2 changed files with 3 additions and 2 deletions
|
|
@ -19,10 +19,11 @@ logger = logging.getLogger('pre_commit')
|
||||||
PREVIOUS_IDENTIFYING_HASHES = (
|
PREVIOUS_IDENTIFYING_HASHES = (
|
||||||
'4d9958c90bc262f47553e2c073f14cfe',
|
'4d9958c90bc262f47553e2c073f14cfe',
|
||||||
'd8ee923c46731b42cd95cc869add4062',
|
'd8ee923c46731b42cd95cc869add4062',
|
||||||
|
'49fd668cb42069aa1b6048464be5d395',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
IDENTIFYING_HASH = '49fd668cb42069aa1b6048464be5d395'
|
IDENTIFYING_HASH = '79f09a650522a87b0da915d0d983b2de'
|
||||||
|
|
||||||
|
|
||||||
def is_our_pre_commit(filename):
|
def is_our_pre_commit(filename):
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# This is a randomish md5 to identify this script
|
# This is a randomish md5 to identify this script
|
||||||
# 49fd668cb42069aa1b6048464be5d395
|
# 79f09a650522a87b0da915d0d983b2de
|
||||||
|
|
||||||
pushd `dirname $0` > /dev/null
|
pushd `dirname $0` > /dev/null
|
||||||
HERE=`pwd`
|
HERE=`pwd`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue