Skip to content

Commit e00db96

Browse files
Formatting fix
1 parent e833931 commit e00db96

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

isort/hooks.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ def get_lines(command: List[str]) -> List[str]:
3232

3333

3434
def git_hook(
35-
strict: bool = False, modify: bool = False, lazy: bool = False, settings_file: str = "",
35+
strict: bool = False,
36+
modify: bool = False,
37+
lazy: bool = False,
38+
settings_file: str = "",
3639
directories: Optional[List[str]] = None,
3740
) -> int:
3841
"""Git pre-commit hook to check staged files for isort errors

0 commit comments

Comments
 (0)