-
Notifications
You must be signed in to change notification settings - Fork 216
Closed
astral-sh/ruff
#18669Labels
Description
Summary
Hello,
I'm running ty check on my repo and it reaches a point where it hangs and nothing happens anymore
Checking ------------------------------------------------------------ 221/227 files
and I tried waiting for 5 min, and still nothing, happened. I ran the command with verbose
2025-06-12T09:40:00.033674Z DEBUG ty_python_semantic::module_resolver::resolver: Module `pyarrow` not found in search paths
at crates/ty_python_semantic/src/module_resolver/resolver.rs:43 on ThreadId(3)
in ty_project::check_file with file=file(Id(c04))
in ty_project::Project::check
2025-06-12T09:40:00.046298Z DEBUG ty_python_semantic::module_resolver::resolver: Module `pymupdf._mupdf` not found in search paths
at crates/ty_python_semantic/src/module_resolver/resolver.rs:43 on ThreadId(8)
in ty_project::check_file with file=file(Id(c1d))
in ty_project::Project::check
2025-06-12T09:40:00.046354Z DEBUG ty_python_semantic::module_resolver::resolver: Module `_mupdf` not found in search paths
at crates/ty_python_semantic/src/module_resolver/resolver.rs:43 on ThreadId(8)
in ty_project::check_file with file=file(Id(c1d))
in ty_project::Project::check
Checking ------------------------------------------------------------ 221/227 files
as for the settings, I don't have anything specified, so it is the default settings.
Version
ty 0.0.1-alpha.9 (2feba5e 2025-06-11)
Reactions are currently unavailable