We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here
https://docs.astral.sh/ruff/tutorial/
It states that when running
uv init numbers
A project witht he structure
numbers ├── pyproject.toml └── src └── numbers ├── init.py └── py.typed
Should be generated. In infact this is not true. The structure is completely different (see image)
Ubuntu 22.04
0.5.24
Python 3.10.12
The text was updated successfully, but these errors were encountered:
That's just a docs issue -- this should be filed in Ruff instead. That's the output of uv init --lib.
uv init --lib
Sorry, something went wrong.
Use uv init --lib in tutorial (#15718)
ab2e190
## Summary Closes astral-sh/uv#10933.
Fixed in astral-sh/ruff#15718.
charliermarsh
Successfully merging a pull request may close this issue.
Summary
Here
https://docs.astral.sh/ruff/tutorial/
It states that when running
uv init numbers
A project witht he structure
numbers
├── pyproject.toml
└── src
└── numbers
├── init.py
└── py.typed
Should be generated. In infact this is not true. The structure is completely different (see image)
Platform
Ubuntu 22.04
Version
0.5.24
Python version
Python 3.10.12
The text was updated successfully, but these errors were encountered: