Skip to content

Commit

Permalink
📦 Stop including src archivk link in metadata
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
webknjaz committed Jan 14, 2025
1 parent acf1687 commit 32afbff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ packages = [
]

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

[version]
Expand Down

0 comments on commit 32afbff

Please sign in to comment.