Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
style: apply pyink formatting (merge split f-string)
  • Loading branch information
adilburaksen committed May 8, 2026
commit f7de44064370c80896f5995a869e2a385f490548
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ def resolve_file_path(
candidate.relative_to(resolved_root)
except ValueError as e:
raise ValueError(
f'Path {file_path!r} resolves outside project root'
f' {resolved_root!r}'
f'Path {file_path!r} resolves outside project root {resolved_root!r}'
) from e

return candidate
Expand Down