Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Jan 28, 2023
1 parent e833931 commit e00db96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion isort/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e00db96

Please sign in to comment.