Merge pull request #389 from scop/pre-commit-cygwin

feat(pre-commit): Make work on cygwin
This commit is contained in:
Ed Page 2021-12-18 17:49:38 -06:00 committed by GitHub
commit 0e90d25552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,7 @@ POSTFIX_SHA256 = {
'', # TODO: sha256 hexhash when we can generate it with release
),
}
POSTFIX_SHA256['cygwin'] = POSTFIX_SHA256['win32']
PY_VERSION = '1'