Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.pre-commit-config.yaml 631 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  1. repos:
  2. - hooks:
  3. - id: dvc-pre-commit
  4. language_version: python3
  5. stages:
  6. - commit
  7. - id: dvc-pre-push
  8. # use s3/gs/etc instead of all to only install specific cloud support
  9. additional_dependencies: [ '.[all]' ]
  10. language_version: python3
  11. stages:
  12. - push
  13. - always_run: true
  14. id: dvc-post-checkout
  15. language_version: python3
  16. stages:
  17. - post-checkout
  18. repo: https://github.com/iterative/dvc
  19. # use a specific version (e.g. 1.8.1) instead of master if you don't want
  20. # to use the upstream version
  21. rev: master
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...