mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-05-20 07:59:20 -05:00
Remove unnecessary forward annotations
This commit is contained in:
@@ -46,7 +46,7 @@ def _process_filename_at_once(pattern: Pattern[bytes], filename: str) -> int:
|
||||
|
||||
|
||||
def run_hook(
|
||||
hook: 'Hook',
|
||||
hook: Hook,
|
||||
file_args: Sequence[str],
|
||||
color: bool,
|
||||
) -> Tuple[int, bytes]:
|
||||
|
||||
Reference in New Issue
Block a user