From 485db501633fcede4dcce1063ccf1e19b3e5f2f3 Mon Sep 17 00:00:00 2001 From: Johanna England Date: Wed, 31 Jul 2024 10:41:07 +0200 Subject: [PATCH] Add gitkeep file to ignored towncrier files Release 24.7.0 made this necessary by scanning for invalid filenames Reference: twisted/towncrier#622 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a22531b56..67fbabe0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,6 +116,7 @@ underlines = ["", "", ""] title_format = "## [{version}] - {project_date}" issue_format = "[#{issue}](https://github.com/Uninett/Argus/issues/{issue})" wrap = true +ignore = [".gitkeep"] [[tool.towncrier.type]] directory = "security"