Open rjhawar opened 4 months ago
Running the rye pin command should not succeed if no pyproject.toml file is detected.
Here where it can lead to confuses for new folks:
Rye pin should check to see if it is inside a python package (check if pyproject.toml file is present).
rye 0.36.0 commit: 0.36.0 (12c024c7c 2024-07-07) platform: macos (aarch64) self-python: cpython@3.12.3 symlink support: true uv enabled: true
No response
Confirmed on Windows 10, Rye 0.38.
Steps to Reproduce
Expected Result
Running the rye pin command should not succeed if no pyproject.toml file is detected.
Here where it can lead to confuses for new folks:
Actual Result
Rye pin should check to see if it is inside a python package (check if pyproject.toml file is present).
Version Info
rye 0.36.0 commit: 0.36.0 (12c024c7c 2024-07-07) platform: macos (aarch64) self-python: cpython@3.12.3 symlink support: true uv enabled: true
Stacktrace
No response