From 98755bb3aa9919931b6b0da887b57b94cbc856c9 Mon Sep 17 00:00:00 2001 From: Johanna England Date: Wed, 31 Jul 2024 10:45:58 +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 8aed6e66bf..f94ccbb6ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,6 +99,7 @@ underlines = ["", "", ""] title_format = "## [{version}] - {project_date}" issue_format = "[#{issue}](https://github.com/Uninett/nav/issues/{issue})" wrap = true +ignore = [".gitkeep"] [[tool.towncrier.type]] directory = "security"