Skip to content

Commit 51543f2

Browse files
masciclaude
andcommitted
style: apply ruff formatting to types.py
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 65dc856 commit 51543f2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/banks/types.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ def _safe_resolve_path(file_path: Path) -> Path:
3737
try:
3838
resolved.relative_to(root)
3939
except ValueError:
40-
msg = f"Access denied: '{file_path}' resolves outside the allowed media root (set BANKS_MEDIA_ROOT to configure)"
40+
msg = (
41+
f"Access denied: '{file_path}' resolves outside the allowed media root (set BANKS_MEDIA_ROOT to configure)"
42+
)
4143
raise ValueError(msg) from None
4244
return resolved
4345

0 commit comments

Comments
 (0)