You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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",
]
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: