[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
2a1b53b20d
commit
11faba4df0
1 changed files with 1 additions and 3 deletions
|
|
@ -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)})")
|
||||
|
||||
|
||||
# ─────────────────────────────────────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue