We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf9fba commit 036b857Copy full SHA for 036b857
3 files changed
.vscode/settings.json
@@ -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
@@ -50,6 +50,6 @@ packages = ["snakemake_logger_plugin_flowo"]
50
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
51
default = true
52
53
-[[tool.uv.index]]
54
-url = "https://pypi.org/simple/"
55
-name = "pypi"
+# [[tool.uv.index]]
+# url = "https://pypi.org/simple/"
+# name = "pypi"
0 commit comments