Committed via https://github.com/asottile/all-repos
This commit is contained in:
anthony sottile 2025-10-09 17:44:05 -04:00
parent 99fa9ba5ef
commit f415f6c4d7
10 changed files with 13 additions and 14 deletions

View file

@ -8,10 +8,10 @@ import shutil
import stat
import subprocess
import sys
from collections.abc import Callable
from collections.abc import Generator
from types import TracebackType
from typing import Any
from typing import Callable
from pre_commit import parse_shebang