3 Commits

Author SHA1 Message Date
Zanie Blue f906491c4d Update the Python module (notably find_ty_bin) for parity with uv (#2852)
Closes https://github.com/astral-sh/ruff/issues/18153

Copy of https://github.com/astral-sh/ruff/pull/23406
2026-02-26 12:21:58 -06:00
Joren Hammudoglu eb8f29287c add py.typed (#276)
Because the `-> str` in `__main__.find_ty_bin` also deserves to be
recognized :)

More info:

-
https://typing.python.org/en/latest/spec/distributing.html#packaging-typed-libraries
- https://peps.python.org/pep-0561/
2025-05-08 09:00:10 -07:00
Micha Reiser b499d67f3e Configure Python build system (#8)
Co-authored-by: Zanie Blue <contact@zanie.dev>
2025-05-05 11:43:26 +02:00