mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-28 19:19:21 -05:00
@@ -75,7 +75,7 @@ def normexe(orig_exe):
|
||||
exe = find_executable(orig_exe)
|
||||
if exe is None:
|
||||
raise ExecutableNotFoundError(
|
||||
'Executable `{0}` not found'.format(orig_exe),
|
||||
'Executable `{}` not found'.format(orig_exe),
|
||||
)
|
||||
return exe
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user