mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Remove unnecessary forward annotations
This commit is contained in:
parent
78f406af8a
commit
fa8d022813
15 changed files with 17 additions and 17 deletions
|
|
@ -118,7 +118,7 @@ def install_environment(
|
|||
|
||||
|
||||
def run_hook(
|
||||
hook: 'Hook',
|
||||
hook: Hook,
|
||||
file_args: Sequence[str],
|
||||
color: bool,
|
||||
) -> Tuple[int, bytes]: # pragma: windows no cover
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue