Skip to content

Commit 036b857

Browse files
committed
dev
1 parent daf9fba commit 036b857

3 files changed

Lines changed: 670 additions & 600 deletions

File tree

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"python-envs.defaultEnvManager": "ms-python.python:conda",
3+
"python-envs.defaultPackageManager": "ms-python.python:conda",
4+
"python-envs.pythonProjects": []
5+
}

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ packages = ["snakemake_logger_plugin_flowo"]
5050
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
5151
default = true
5252

53-
[[tool.uv.index]]
54-
url = "https://pypi.org/simple/"
55-
name = "pypi"
53+
# [[tool.uv.index]]
54+
# url = "https://pypi.org/simple/"
55+
# name = "pypi"

0 commit comments

Comments
 (0)