From c5cb1d9e65bba441549603665b748c39d578969d Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sun, 19 Mar 2023 10:01:48 +0100 Subject: [PATCH] potodo: Hello again. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c886c484..1357145a 100644 --- a/Makefile +++ b/Makefile @@ -124,7 +124,7 @@ htmlview: all .PHONY: todo todo: ensure_prerequisites - potodo --offline --exclude venv .venv $(EXCLUDED) + potodo --api-url 'https://git.afpy.org/api/v1/repos/AFPy/python-docs-fr/issues?state=open&type=issues' --exclude venv .venv $(EXCLUDED) .PHONY: wrap wrap: ensure_prerequisites @@ -155,7 +155,7 @@ $(POSPELL_TMP_DIR)/%.po.out: %.po dict .PHONY: fuzzy fuzzy: ensure_prerequisites - potodo --offline -f --exclude venv .venv $(EXCLUDED) + potodo --only-fuzzy --api-url 'https://git.afpy.org/api/v1/repos/AFPy/python-docs-fr/issues?state=open&type=issues' --exclude venv .venv $(EXCLUDED) .PHONY: check-headers check-headers: