diff --git a/.cruft.json b/.cruft.json
index ed66c0b..c5c2743 100644
--- a/.cruft.json
+++ b/.cruft.json
@@ -1,6 +1,6 @@
 {
   "template": "https://github.com/iterative/cookiecutter-dvc-plugin/",
-  "commit": "d98b3c3d7a00a8277dd6ae2acd6d7a8fd7c68a11",
+  "commit": "d0c923cc6da8207f5fa4f91109e48f5f9f5a17c9",
   "checkout": null,
   "context": {
     "cookiecutter": {
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 30a9756..6b5fd81 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -8,6 +8,7 @@ repos:
         entry: .rej files found, fix conflicts from these rejected files.
         language: fail
         files: \.rej$
+    repo: local
   - hooks:
       - id: black
         language_version: python3