[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-05-07 04:22:19 +00:00
commit 11faba4df0

View file

@ -471,9 +471,7 @@ else:
# the process umask (0o644 on most CI runners) instead of
# being chmod 0o600 like the bootstrap pw file. Tracked
# separately; surface, don't gate.
audit(
f"{path} mode={oct(actual_mode)} (expected {oct(expected_mode)})"
)
audit(f"{path} mode={oct(actual_mode)} (expected {oct(expected_mode)})")
# ─────────────────────────────────────────────────────────────────────────