-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
error messagesMessaging when something goes wrongMessaging when something goes wrong
Description
I often interact with repositories with python code that has a pyproject.toml for tool configuration only. Unlike #6419, I can't really tell if this is compliant or not, but it became common when black was released. It was one of the first really popular tools that required configuration to be in pyproject.toml.
Steps to reproduce.
$ uv --version
uv 0.4.0
$ mkdir /tmp/test-pyproject
$ cd /tmp/test-pyproject
$ touch pyproject.toml
$ uv run python
error: No `project` table found in: `/tmp/test-pyproject/pyproject.toml`
YodaEmbedding, NTFSvolume, moritzkoerber, alexeydubinin, acdha and 6 morejoaoportela and NTFSvolume
Metadata
Metadata
Assignees
Labels
error messagesMessaging when something goes wrongMessaging when something goes wrong