From 0ac647ebdf279757da3b71b9f5200f620e2d6a35 Mon Sep 17 00:00:00 2001 From: Vickie Karasic Date: Thu, 8 Feb 2024 12:21:27 -0500 Subject: [PATCH] Adding a mise config for those who use the mise software 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'