From ccea52a6a6a50924a3a5d1e357bb7a79239df2b3 Mon Sep 17 00:00:00 2001 From: Henry <84939917+HGWright@users.noreply.github.com> Date: Thu, 9 Apr 2026 11:58:31 +0100 Subject: [PATCH 1/2] Add cfpint to templating include --- templates/_templating_include.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/_templating_include.json b/templates/_templating_include.json index ec631ab..66c81ef 100644 --- a/templates/_templating_include.json +++ b/templates/_templating_include.json @@ -24,6 +24,7 @@ "workflows": ".pre-commit-config.yaml", "test-iris-imagehash": ".pre-commit-config.yaml", "mo_pack": ".pre-commit-config.yaml" + "cfpint": ".pre-commit-config.yaml" }, "CITATION.cff": { @@ -64,6 +65,7 @@ "iris-abf": "LICENSE", "voted_issues": "LICENSE", "twitter-scitools-iris": "LICENSE" + "cfpint": "LICENSE" }, ".lycheeignore": { "iris": ".lycheeignore" @@ -134,5 +136,6 @@ "mo_pack": "pyproject.toml", "test-iris-imagehash": "pyproject.toml", "iris-abf": "pyproject.toml" + "cfpint": "pyproject.toml" } } From 33c149ae36157829815af6b9bce99dbe463967a4 Mon Sep 17 00:00:00 2001 From: Henry <84939917+HGWright@users.noreply.github.com> Date: Thu, 9 Apr 2026 12:02:36 +0100 Subject: [PATCH 2/2] add commas --- templates/_templating_include.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/_templating_include.json b/templates/_templating_include.json index 66c81ef..f3f359b 100644 --- a/templates/_templating_include.json +++ b/templates/_templating_include.json @@ -23,7 +23,7 @@ "tephi": ".pre-commit-config.yaml", "workflows": ".pre-commit-config.yaml", "test-iris-imagehash": ".pre-commit-config.yaml", - "mo_pack": ".pre-commit-config.yaml" + "mo_pack": ".pre-commit-config.yaml", "cfpint": ".pre-commit-config.yaml" }, @@ -64,7 +64,7 @@ "test-tephi-imagehash": "LICENSE", "iris-abf": "LICENSE", "voted_issues": "LICENSE", - "twitter-scitools-iris": "LICENSE" + "twitter-scitools-iris": "LICENSE", "cfpint": "LICENSE" }, ".lycheeignore": { @@ -135,7 +135,7 @@ "cf-units": "pyproject.toml", "mo_pack": "pyproject.toml", "test-iris-imagehash": "pyproject.toml", - "iris-abf": "pyproject.toml" + "iris-abf": "pyproject.toml", "cfpint": "pyproject.toml" } }