Skip to content

Commit

Permalink
Update pre-commit yaml code-block (#5323)
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 18, 2024
1 parent cc23765 commit 97b65eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/docs/command-reference/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,21 +89,21 @@ repos:
- id: dvc-pre-commit
language_version: python3
stages:
- commit
- pre-commit
- id: dvc-pre-push
# use s3/gs/etc instead of all to only install specific cloud support
additional_dependencies: ['.[all]']
language_version: python3
stages:
- push
- pre-push
- always_run: true
id: dvc-post-checkout
language_version: python3
stages:
- post-checkout
repo: https://github.com/iterative/dvc
rev: main
# rev should be set to a specific revision (e.g. 2.9.5) since pre-commit
rev: 3.56.0
# rev should be set to a specific revision (e.g. 3.56.0) since pre-commit
# does not allow using mutable references.
# If using `main`, see pre-commit guide:
# https://pre-commit.com/#using-the-latest-version-for-a-repository
Expand Down

0 comments on commit 97b65eb

Please sign in to comment.