mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 21:10:27 -06:00
Remove unnecessary forward annotations
This commit is contained in:
@@ -85,7 +85,7 @@ def install_environment(
|
||||
|
||||
|
||||
def run_hook(
|
||||
hook: 'Hook',
|
||||
hook: Hook,
|
||||
file_args: Sequence[str],
|
||||
color: bool,
|
||||
) -> Tuple[int, bytes]:
|
||||
|
||||
Reference in New Issue
Block a user