Skip to content

Commit 124ab7c

Browse files
committed
Merge branch 'main' into end-to-end-tests
2 parents d6d5c43 + 101dc2a commit 124ab7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 1.1.1
2+
_commit: 1.1.2
33
_src_path: gh:mkdocstrings/handler-template
44
author_email: dev@pawamoy.fr
55
author_fullname: Timothée Mazzucotelli

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ actions = \
2525

2626
.PHONY: $(actions)
2727
$(actions):
28-
@bash scripts/make "$@"
28+
@python scripts/make "$@"

0 commit comments

Comments
 (0)