ERROR isort/_vendored/tomli/_re.py:7:5-41: Could not find import of `tomli._parser` [missing-import]
ERROR isort/api.py:162:17-82: `Path | str` is not assignable to variable `extension` with type `str | None` [bad-assignment]
ERROR isort/api.py:206:33-45: `file_content` may be uninitialized [unbound-name]
ERROR isort/api.py:215:23-32: Argument `str | None` is not assignable to parameter `extension` with type `str` in function `isort.core.process` [bad-argument-type]
ERROR isort/api.py:574:12-15: `key` may be uninitialized [unbound-name]
ERROR isort/api.py:574:20-23: `key` may be uninitialized [unbound-name]
ERROR isort/api.py:575:22-25: `key` may be uninitialized [unbound-name]
ERROR isort/core.py:86:41-48: Argument `tuple[None]` is not assignable to parameter `*iterables` with type `Iterable[str]` in function `itertools.chain.__new__` [bad-argument-type]
ERROR isort/core.py:126:54-61: Argument `tuple[None]` is not assignable to parameter `*iterables` with type `Iterable[str]` in function `itertools.chain.__new__` [bad-argument-type]
ERROR isort/output.py:45:20-51: Expected an iterable, got `tuple[Literal['FUTURE']] | tuple[str, ...]` [not-iterable]
ERROR isort/output.py:534:34-42: Argument `list[Unknown] | Unknown | None` is not assignable to parameter `comments` with type `Sequence[str]` in function `isort.wrap.import_statement` [bad-argument-type]
ERROR isort/output.py:544:34-42: Argument `list[Unknown] | Unknown | None` is not assignable to parameter `comments` with type `Sequence[str]` in function `isort.wrap.import_statement` [bad-argument-type]
ERROR isort/output.py:552:38-46: Argument `list[Unknown] | Unknown | None` is not assignable to parameter `comments` with type `Sequence[str]` in function `isort.wrap.import_statement` [bad-argument-type]
ERROR isort/place.py:104:31-50: Module `importlib.machinery` exists, but was not imported explicitly. You are relying on other modules to load it. [implicit-import]
ERROR isort/settings.py:495:40-61: `IMPORT_HEADING_PREFIX` may be uninitialized [unbound-name]
ERROR isort/settings.py:499:40-60: `IMPORT_FOOTER_PREFIX` may be uninitialized [unbound-name]
ERROR isort/settings.py:835:23-27: String literal used as condition. It's equivalent to `True` [redundant-condition]
ERROR isort/sorting.py:121:34-37: Expected a callable, got `None` [not-callable]
 INFO Checking project configured at `<CWD>/pyrefly.toml`
 INFO 18 errors (18 suppressed)
