From 101dc2aa5cf364809684a7c59d37f70f92c8697c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Sat, 25 May 2024 19:56:10 +0200 Subject: [PATCH] chore: Template upgrade --- .copier-answers.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 769af3ed..a2111625 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 1.1.1 +_commit: 1.1.2 _src_path: gh:mkdocstrings/handler-template author_email: dev@pawamoy.fr author_fullname: Timothée Mazzucotelli diff --git a/Makefile b/Makefile index 3fa72541..5e88121d 100644 --- a/Makefile +++ b/Makefile @@ -25,4 +25,4 @@ actions = \ .PHONY: $(actions) $(actions): - @bash scripts/make "$@" + @python scripts/make "$@"