From 0086bf00361359399c14f78d544d5eb0d0cbb7b2 Mon Sep 17 00:00:00 2001 From: Davis Vann Bennett Date: Thu, 19 Mar 2026 15:26:08 +0100 Subject: [PATCH] Add missing slash character to towncrier issue format --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4853636ef9..b3816f22c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -445,7 +445,7 @@ checks = [ directory = 'changes' filename = "docs/release-notes.md" underlines = ["", "", ""] -issue_format = "[#{issue}](https://github.com/zarr-developers/zarr-python/issues{issue})" +issue_format = "[#{issue}](https://github.com/zarr-developers/zarr-python/issues/{issue})" start_string = "\n" [tool.codespell]