From e9860f700293b4fcfbf0e401abb186ee42a8bc38 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Mon, 16 Mar 2026 10:32:06 +0000 Subject: [PATCH] chore: zizmor in pre-commit (#10343) --- .pre-commit-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb65669765..1858778f12 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,6 +22,13 @@ repos: args: [--autofix] files: pyproject.toml + ## GITHUB ACTIONS + - repo: https://github.com/zizmorcore/zizmor-pre-commit + rev: v1.6.0 + hooks: + - id: zizmor + files: ^\.github/ + ## BASH - repo: https://github.com/koalaman/shellcheck-precommit rev: v0.10.0