Zanie Blue

Results 2957 comments of Zanie Blue

We'll release https://github.com/astral-sh/uv/pull/8420 and see how this transition goes!

👋 just to provide some clarity here, we have a `uv pip compile` command that should be roughly drop-in for `pip-tools`'s `requirements.txt`. We also provide additional functionality, like a `--universal`...

Just following along here, but the validation tests that Pydantic mentions as a reference are for a Python equivalent `python-email-validator` and are available at https://github.com/JoshData/python-email-validator/blob/main/tests/test_syntax.py Perhaps helpful for https://github.com/johnstonskj/rust-email_address/issues/16

Hi! Can you say a bit more about why this change is important or link to some prior discussion?

I don't see a specific recommendation, but they do use two spaces in the docs https://packaging.python.org/en/latest/guides/writing-pyproject-toml/

Cross-linking to https://github.com/astral-sh/uv/issues/171 where we're tracking adding support for this in `uv`.

I feel like https://github.com/astral-sh/rye/discussions/504 may be a better place for this. Last I saw, Dependabot wasn't adding support for more tools and there's no standard place to put development dependencies....

See https://github.com/dependabot/dependabot-core/issues/9368

Hi! I believe support for this would need to be added over in https://github.com/indygreg/python-build-standalone/

Note that we'll need to add "redirects" for all of these rules, see [rule_redirects.rs](https://github.com/astral-sh/ruff/blob/1fadefa67b26508cc59cf38e6130bde2243c929d/crates/ruff_linter/src/rule_redirects.rs). See https://github.com/astral-sh/ruff/pull/9756 for example. We may be able to make use of https://github.com/astral-sh/ruff/pull/9691 as well, not...