From 30a962cfe8dbafc67ea860a476629c67e63855d7 Mon Sep 17 00:00:00 2001 From: Vickie Karasic <108300440+VickieKarasic@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:02:10 -0500 Subject: [PATCH] Adding a mise config for those who use the mise software (#4646) Co-authored-by: Francis Kayiwa --- .mise.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .mise.toml diff --git a/.mise.toml b/.mise.toml new file mode 100644 index 0000000000..464a6eca64 --- /dev/null +++ b/.mise.toml @@ -0,0 +1,3 @@ +[tools] +python = {version='3.11', virtualenv='.venv'} +ruby = '3.2'