8000 Exlude whatsnew and c-api from make todo. (#1345) · python/python-docs-fr@b7a682d · GitHub
[go: up one dir, main page]

Skip to content

Commit b7a682d

Browse files
authored
Exlude whatsnew and c-api from make todo. (#1345)
1 parent 5879ea6 commit b7a682d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ CPYTHON_PATH := ../cpython/
2828
LANGUAGE := fr
2929
BRANCH := 3.9
3030

31+
EXCLUDED := whatsnew/ c-api/
32+
3133
.SILENT:
3234

3335
# Internal variables
@@ -125,7 +127,7 @@ progress:
125127

126128
.PHONY: todo
127129
todo: venv
128-
$(VENV)/bin/potodo
130+
$(VENV)/bin/potodo --exclude $(VENV) $(EXCLUDED)
129131

130132
.PHONY: wrap
131133
wrap: venv
@@ -145,7 +147,7 @@ $(POSPELL_TMP_DIR)/%.po.out: %.po dict
145147

146148
.PHONY: fuzzy
147149
fuzzy: venv
148-
$(VENV)/bin/potodo -f
150+
$(VENV)/bin/potodo -f --exclude $(VENV) $(EXCLUDED)
149151

150152
.PHONY: verifs
151153
verifs: wrap spell

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
poutils==0.3.1
1+
poutils==0.5.0

0 commit comments

Comments
 (0)
0