-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
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 workingSomething isn't workinggood first issueGood for newcomersGood for newcomers