From 7f98702fece14016d23874a2606f88007729728e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 19 Dec 2021 01:16:35 +0200 Subject: [PATCH] feat(pre-commit): Make work on cygwin Borrowed from https://github.com/shellcheck-py/shellcheck-py/pull/42, thanks to @DragonCrafted87. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9c9e9f9..ccf5109 100644 --- a/setup.py +++ b/setup.py @@ -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'