diff --git a/mise.toml b/mise.toml new file mode 100644 index 00000000..c4e7b067 --- /dev/null +++ b/mise.toml @@ -0,0 +1,6 @@ +[settings] +# forces us to use the version of python defined in .python-version file +idiomatic_version_file_enable_tools = ["python"] + +[tools] +poetry = "latest"