-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
[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",
]Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working