We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc21da8 commit c08a63cCopy full SHA for c08a63c
.pre-commit-config.yaml
@@ -81,15 +81,15 @@ repos:
81
- id: "trailing-whitespace"
82
# * ------------------------------------------------------------------------------ * #
83
- repo: "https://github.com/iterative/dvc"
84
- rev: "3.35.0"
+ rev: "3.37.0"
85
hooks:
86
- id: "dvc-post-checkout"
87
additional_dependencies: ["dvc[gs]"]
88
- id: "dvc-pre-push"
89
90
91
- repo: "https://github.com/srstevenson/nb-clean"
92
- rev: "3.1.0"
+ rev: "3.2.0"
93
94
- id: "nb-clean"
95
args:
0 commit comments