We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d6fbf commit 906bc21Copy full SHA for 906bc21
Makefile
@@ -57,8 +57,7 @@ progress:
57
58
.PHONY: todo
59
todo:
60
- python3 scripts/todo.py
61
-
+ potodo --github python/python-docs-fr
62
63
.PHONY: merge
64
merge: upgrade_venv
@@ -86,4 +85,4 @@ endif
86
85
87
.PHONY: fuzzy
88
fuzzy:
89
- for file in *.po */*.po; do echo $$(msgattrib --only-fuzzy --no-obsolete "$$file" | grep -c '#, fuzzy') $$file; done | grep -v ^0 | sort -gr
+ potodo --github python/python-docs-fr -f
scripts/todo.py
0 commit comments