From e00db961635e4acafada4395a9febef5ca94fd8e Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Sat, 28 Jan 2023 08:46:24 -0800 Subject: [PATCH] Formatting fix --- isort/hooks.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/isort/hooks.py b/isort/hooks.py index b8e6c946b..bb566108a 100644 --- a/isort/hooks.py +++ b/isort/hooks.py @@ -32,7 +32,10 @@ def get_lines(command: List[str]) -> List[str]: def git_hook( - strict: bool = False, modify: bool = False, lazy: bool = False, settings_file: str = "", + strict: bool = False, + modify: bool = False, + lazy: bool = False, + settings_file: str = "", directories: Optional[List[str]] = None, ) -> int: """Git pre-commit hook to check staged files for isort errors