ruff/crates/ty_project
David Peter 7ee863b6d7
[ty] Include python folder in environment.root if it exists (#20263)
## Summary

I felt it was safer to add the `python` folder *in addition* to a
possibly-existing `src` folder, even though the `src` folder only
contains Rust code for `maturin`-based projects. There might be
non-maturin projects where a `python` folder exists for other reasons,
next to a normal `src` layout.

closes https://github.com/astral-sh/ty/issues/1120

## Test Plan

Tested locally on the egglog-python project.
2025-09-05 13:53:48 +02:00
..
src [ty] Include python folder in environment.root if it exists (#20263) 2025-09-05 13:53:48 +02:00
Cargo.toml Fix rust feature activation (#20012) 2025-08-21 09:26:06 +02:00