From 4fdc3cb3d4020bd8c5afa250893a554b5ec39844 Mon Sep 17 00:00:00 2001 From: Cioc Alexandru Date: Wed, 15 Apr 2026 02:57:47 +0200 Subject: [PATCH] fix: remove trailing blank line from governance.md The end-of-file-fixer pre-commit hook requires files to end with exactly one newline. governance.md had an extra trailing blank line. Co-Authored-By: Claude --- .claude/governance.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.claude/governance.md b/.claude/governance.md index 9183cb68..01ad09a6 100644 --- a/.claude/governance.md +++ b/.claude/governance.md @@ -63,4 +63,3 @@ Do not: - Do not catch bare `Exception` — catch specific exceptions - Do not use mutable default arguments (e.g., `def f(x=[])`) - Do not use `import *` — use explicit imports -