mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 11:16:53 +00:00
parent
a2cdab0afe
commit
3411068391
4 changed files with 6 additions and 6 deletions
|
|
@ -12,10 +12,10 @@ conflicts and keep the file nicely ordered.
|
|||
from __future__ import annotations
|
||||
|
||||
import argparse
|
||||
from collections.abc import Callable
|
||||
from collections.abc import Iterable
|
||||
from collections.abc import Sequence
|
||||
from typing import Any
|
||||
from typing import Callable
|
||||
from typing import IO
|
||||
|
||||
PASS = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue