-
### Description
Ignored (using the `--ignore` feature) dotdirs show up in the JSON output file.
### How To Reproduce
```
scancode -v --ignore ".*" --json-lines=scancode.json -l --strip-root…
-
Having python dependencies is hard to manage when called from other languages. If Rye could install those dependencies through a library, that would make it a lot easier to integrate python dependenci…
-
For example, I have `C:\Users\jfcherng\.rye\py\cpython@3.8.19` but it won't be listed on `uv toolchain list` and I can't do `uv venv --python 3.8`. I can add `C:\Users\jfcherng\.rye\py\cpython@3.8.19`…
-
**Describe the bug**
Rye project creation ignores base interpreter setting
**To Reproduce**
Steps to reproduce the behavior:
1. Install Python 3.10
2. Open New Project Wizard
3. Set Environmen…
-
### Steps to Reproduce
1. I have `cpython@3.12.2` toolchain (only) installed in rye
2. `git clone git@github.com:astral-sh/ruff && cd ruff`
3. `rye sync`
### Expected Result
I expected `rye sync`…
-
Hi,
I asked this question in the discord, but thought about it.
At the moment it is not possible to use shell interpolation with `rye run` command.
See: https://rye-up.com/guide/pyproject/#cmd
…
-
First: I know about `rye sync --update-all`, which updates the lock-files and virtualenv with the latest dependency versions, given the restrictions in `pyproject.toml` and restrictions in the depende…
-
### Steps to Reproduce
```bash
mkdir -p rye-test && pushd rye-test
rye init
rye add geomet --git=https://github.com/tomplex/geomet@add-geopackage
source .venv/bin/activate
pip install -r requi…
-
I think this was the behavior in previous versions, I don't know why it was changed.
I suggest to have a section `[project.scripts]` in the initial pyproject.toml, which will call the already-creat…
-
### Steps to Reproduce
```sh
rye init
rye build
rye publish -r testpypi
```
### Expected Result
Rye uploads the package to TestPyPI.
### Actual Result
Rye attempts an upload to PyPI.
```
…