Skip to content

Commit a7155a7

Browse files
committed
📦 Stop including src archivk link in metadata
This is a workaround for ofek/hatch-vcs#80 that manifests itself as a traceback when calling Git commands. The commit must be reverted once said upstream issue is fixed.
1 parent 84868bb commit a7155a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hatch.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ packages = [
1414
]
1515

1616
[metadata.hooks.vcs.urls]
17-
'Source Archive' = 'https://github.com/antonbabenko/pre-commit-terraform/archive/{commit_hash}.tar.gz'
17+
# FIXME: Uncomment 'Source Archive' as soon as
18+
# FIXME: https://github.com/ofek/hatch-vcs/issues/80 is fixed.
19+
# 'Source Archive' = 'https://github.com/antonbabenko/pre-commit-terraform/archive/{commit_hash}.tar.gz'
1820
'GitHub: repo' = 'https://github.com/antonbabenko/pre-commit-terraform'
1921

2022
[version]

0 commit comments

Comments
 (0)