Skip to content

(🐞) uv add alphabetic preservation sorts prefixes after longer entries #9076

@KotlinIsland

Description

@KotlinIsland

i would think that pylint would come before pylint-module-boundaries

[tool.uv]
dev-dependencies = [
  # should be in alphabetical order
  "pylint>=3.2.6",
  "pylint-module-boundaries>=1.3.1",
  "ruff>=0.6.2,<7",
]
> uv add robotcode[analyze]==0.97.0 --dev
[tool.uv]
dev-dependencies = [
  # should be in alphabetical order
  "pylint>=3.2.6",
  "pylint-module-boundaries>=1.3.1",
  "ruff>=0.6.2,<7",
  "robotcode[analyze]==0.97.0",
]

------------------------

[tool.uv]
dev-dependencies = [
  # should be in alphabetical order
  "pylint-module-boundaries>=1.3.1",
  "pylint>=3.2.6",
  "ruff>=0.6.2,<7",
]
> uv add robotcode[analyze]==0.97.0 --dev
[tool.uv]
dev-dependencies = [
  # should be in alphabetical order

  "pylint-module-boundaries>=1.3.1",
  "pylint>=3.2.6",
  "robotcode[analyze]==0.97.0",
  "ruff>=0.6.2,<7",
]

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions