summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2023-01-28 08:46:24 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2023-01-28 08:46:24 -0800
commite00db961635e4acafada4395a9febef5ca94fd8e (patch)
treee1963f578420a60d8b9598dfb0143e21a20b6c2b
parente8339316939debfa22a7744c8dfcdd114872793a (diff)
downloadisort-e00db961635e4acafada4395a9febef5ca94fd8e.tar.gz
Formatting fix
-rw-r--r--isort/hooks.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/isort/hooks.py b/isort/hooks.py
index b8e6c946..bb566108 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