1
0
Fork 0

potodo: Hello again.

This commit is contained in:
Julien Palard 2023-03-19 10:01:48 +01:00
parent 8b33e6ad03
commit c5cb1d9e65
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 2 additions and 2 deletions

View File

@ -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: