From 89088980395ac59bc7eec1d5036b4f258bc92c80 Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Thu, 27 Aug 2026 14:10:17 +0200 Subject: [PATCH] chore: drop the stale zizmor --no-progress workaround zizmorcore/zizmor#582 was closed as completed on 2025-03-11: zizmor only renders the progress bar when its output is a tty. prek pipes hook output rather than allocating a pty -- even under --color=always, where it forces colour through the environment instead -- so zizmor sees a non-tty and emits plain log lines, locally and in CI alike. Co-Authored-By: Claude Opus 5 (1M context) --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a0e59efb..35a878cf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,5 +59,4 @@ repos: language: system require_serial: true args: - - "--no-progress" # https://github.com/zizmorcore/zizmor/issues/582 - "--persona=auditor"