mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
Merge pull request #389 from scop/pre-commit-cygwin
feat(pre-commit): Make work on cygwin
This commit is contained in:
commit
0e90d25552
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
|
'', # TODO: sha256 hexhash when we can generate it with release
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
POSTFIX_SHA256['cygwin'] = POSTFIX_SHA256['win32']
|
||||||
PY_VERSION = '1'
|
PY_VERSION = '1'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue