From 39de4416c1aebab410f7306ce79197b0409ca524 Mon Sep 17 00:00:00 2001 From: Adrian Freund Date: Mon, 5 Feb 2024 09:46:39 +0100 Subject: [PATCH] Fix copier _src_path not pointing to template repository For details see https://github.com/Quantco/copier-template-pre-commit-mirrors/issues/13 --- .copier-answers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index cba17cd..6b6b90e 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,6 +1,6 @@ # This file is managed by Copier; DO NOT EDIT OR REMOVE. _commit: v0.1.6 -_src_path: copier-template-pre-commit-mirrors +_src_path: git@github.com:Quantco/copier-template-pre-commit-mirrors.git conda_package: yamllint description: This hook runs yamllint. yamllint does not only check for syntax validity, but for weirdnesses like key repetition and cosmetic problems such as lines length,