From 02032df991d684cb586a7dd9e86eee428e86533b Mon Sep 17 00:00:00 2001 From: Phalanx Canary Date: Thu, 23 Apr 2026 14:18:31 -0700 Subject: [PATCH 1/2] canary: trigger ruff E501 via long comment (Phalanx CI-Fixer test) --- src/humanize/filesize.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/humanize/filesize.py b/src/humanize/filesize.py index c495fed..2a7d6bd 100644 --- a/src/humanize/filesize.py +++ b/src/humanize/filesize.py @@ -1,4 +1,5 @@ """Bits and bytes related humanization.""" +# canary: this comment intentionally exceeds the 88-character ruff default to trigger E501 on the lint workflow from __future__ import annotations From 24e2fc0a9f5bc5554a6efc5acc56ea39f3d62c2d Mon Sep 17 00:00:00 2001 From: Phalanx Canary Date: Thu, 23 Apr 2026 14:26:41 -0700 Subject: [PATCH 2/2] ci: re-trigger after workflow enable