Skip to content

(🐞) uv add duplicates comments in pyproject.toml #9105

@KotlinIsland

Description

@KotlinIsland
[project]
name = "epic-based-project"
version = "1"
description = "an EPIC project that is based 😎"
requires-python = ">=3.13, <3.14"
dependencies = [
    # this is a comment
    "ruff>=0.7.3",
]
> uv add basedmypy  # we need basedmypy to be based
Resolved 6 packages in 0.01s
Prepared 1 package in 0.01s
Installed 1 package in 0.01s
 + basedmypy==2.7.0
[project]
name = "myhr"
version = "1"
description = "Automated testing for Queensland Health myHR"
requires-python = ">=3.13, <3.14"
dependencies = [
    # this is a comment
    "basedmypy>=2.7.0",
    # this is a comment
    "ruff>=0.7.3",
]

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions