From c0c781fb624d6ab0c811921945ca4193746fb328 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sat, 3 Jan 2026 08:14:11 +0000 Subject: [PATCH 1/2] Make zizmor collection strict --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d9a702af..1ed243a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -374,7 +374,7 @@ repos: - id: zizmor name: zizmor - entry: uv run --extra=dev zizmor .github + entry: uv run --extra=dev zizmor --strict-collection .github language: python pass_filenames: false types_or: [yaml] From 7de5dbbf4b415e06cc201aeea7d311709e3d847c Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sat, 3 Jan 2026 08:15:10 +0000 Subject: [PATCH 2/2] Remove duplicate key --- .prettierrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index a6c3428b..4a36aae8 100644 --- a/.prettierrc +++ b/.prettierrc @@ -4,7 +4,6 @@ "files": ["*.yaml", "*.yml"], "options": { "singleQuote": true, - "printWidth": 100, "printWidth": 100 } }