Skip to content

Commit

Permalink
Update dvc/repo/install.py
Browse files Browse the repository at this point in the history
Co-authored-by: skshetry <[email protected]>
  • Loading branch information
mkdjr and skshetry authored Nov 15, 2024
1 parent 8cbe28e commit b916b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/repo/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def pre_commit_install(scm: "Git") -> None:
with modify_yaml(config_path) as config:
entry = {
"repo": "https://github.com/iterative/dvc",
"rev": "3.56.0",
"rev": ".".join(map(str, version_tuple[:3])),
"hooks": [
{
"id": "dvc-pre-commit",
Expand Down

0 comments on commit b916b98

Please sign in to comment.