Skip to content
New issue

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

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

Closed
KotlinIsland opened this issue Nov 13, 2024 · 0 comments · Fixed by #9109
Closed

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

KotlinIsland opened this issue Nov 13, 2024 · 0 comments · Fixed by #9109
Assignees
Labels
bug Something isn't working

Comments

@KotlinIsland
Copy link

[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",
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants