changed default package registry to private cache
This commit is contained in:
@@ -26,6 +26,11 @@ dev = [
|
|||||||
"safety>=3.6.0",
|
"safety>=3.6.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[tool.uv.index]]
|
||||||
|
name = "private-cache"
|
||||||
|
url = "http://10.0.0.2:5001/index/"
|
||||||
|
default = true
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
python_version = "3.10"
|
python_version = "3.10"
|
||||||
warn_return_any = true # nudge to use stricter types
|
warn_return_any = true # nudge to use stricter types
|
||||||
|
|||||||
Reference in New Issue
Block a user