From b7a682d5e11f2309713a888777436b22e1833db7 Mon Sep 17 00:00:00 2001 From: Antoine <43954001+awecx@users.noreply.github.com> Date: Wed, 10 Jun 2020 20:16:22 +0200 Subject: [PATCH] Exlude whatsnew and c-api from make todo. (#1345) --- Makefile | 6 ++++-- requirements.txt | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3003a709..48b0b213 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,8 @@ CPYTHON_PATH := ../cpython/ LANGUAGE := fr BRANCH := 3.9 +EXCLUDED := whatsnew/ c-api/ + .SILENT: # Internal variables @@ -125,7 +127,7 @@ progress: .PHONY: todo todo: venv - $(VENV)/bin/potodo + $(VENV)/bin/potodo --exclude $(VENV) $(EXCLUDED) .PHONY: wrap wrap: venv @@ -145,7 +147,7 @@ $(POSPELL_TMP_DIR)/%.po.out: %.po dict .PHONY: fuzzy fuzzy: venv - $(VENV)/bin/potodo -f + $(VENV)/bin/potodo -f --exclude $(VENV) $(EXCLUDED) .PHONY: verifs verifs: wrap spell diff --git a/requirements.txt b/requirements.txt index 3e06308a..564e50c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -poutils==0.3.1 +poutils==0.5.0