8000 Implementing potodo command as a replacement for make todo (#500) · python/python-docs-fr@906bc21 · GitHub
[go: up one dir, main page]

Skip to content

Commit 906bc21

Browse files
Seluj78JulienPalard
authored andcommitted
Implementing potodo command as a replacement for make todo (#500)
* Removed script folder and replaced todo.py with potodo * Added make fuzzy with potodo
1 parent c6d6fbf commit 906bc21

File tree

2 files changed

+2
-64
lines changed

2 files changed

+2
-64
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ progress:
5757

5858
.PHONY: todo
5959
todo:
60-
python3 scripts/todo.py
61-
60+
potodo --github python/python-docs-fr
6261

6362
.PHONY: merge
6463
merge: upgrade_venv
@@ -86,4 +85,4 @@ endif
8685

8786
.PHONY: fuzzy
8887
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
88+
potodo --github python/python-docs-fr -f

scripts/todo.py

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0