mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
feat(pre-commit): Make work on cygwin
Borrowed from https://github.com/shellcheck-py/shellcheck-py/pull/42, thanks to @DragonCrafted87.
This commit is contained in:
parent
bd7b2039b1
commit
7f98702fec
1 changed files with 1 additions and 0 deletions
1
setup.py
1
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'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue