ruff/crates/ty_server
Dhruv Manilawala 8a217e5920
[ty] Remove FileLookupError (#19323)
## Summary

This PR removes the `FileLookupError` as it's not really required. The
original intention was that this would be returned from the `.file`
lookup to the different handlers but we've since moved the logic of
"lookup file and add trace message if file unavailable with the reason"
under the `file_ok` method which all of the handlers use.
2025-07-14 13:35:14 +00:00
..
src [ty] Remove FileLookupError (#19323) 2025-07-14 13:35:14 +00:00
Cargo.toml [ty] Use python version and path from Python extension (#19012) 2025-07-14 09:47:27 +00:00