8000
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 5879ea6 commit b7a682dCopy full SHA for b7a682d
Makefile
@@ -28,6 +28,8 @@ CPYTHON_PATH := ../cpython/
28
LANGUAGE := fr
29
BRANCH := 3.9
30
31
+EXCLUDED := whatsnew/ c-api/
32
+
33
.SILENT:
34
35
# Internal variables
@@ -125,7 +127,7 @@ progress:
125
127
126
128
.PHONY: todo
129
todo: venv
- $(VENV)/bin/potodo
130
+ $(VENV)/bin/potodo --exclude $(VENV) $(EXCLUDED)
131
132
.PHONY: wrap
133
wrap: venv
@@ -145,7 +147,7 @@ $(POSPELL_TMP_DIR)/%.po.out: %.po dict
145
147
146
148
.PHONY: fuzzy
149
fuzzy: venv
- $(VENV)/bin/potodo -f
150
+ $(VENV)/bin/potodo -f --exclude $(VENV) $(EXCLUDED)
151
152
.PHONY: verifs
153
verifs: wrap spell
requirements.txt
@@ -1 +1 @@
1
-poutils==0.3.1
+poutils==0.5.0
0 commit comments