We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f1bc82 + 0845d53 commit 60039d7Copy full SHA for 60039d7
1 file changed
mise.toml
@@ -1,6 +1,9 @@
1
-[settings]
2
-# forces us to use the version of python defined in .python-version file
3
-idiomatic_version_file_enable_tools = ["python"]
4
-
5
[tools]
6
poetry = "latest"
+
+# matches version in .python-version
+python = "3.9"
7
+# needed by speakeasy mockserver
8
+go = "1.22"
9
0 commit comments