From b3792175334be6151faabd7698bac3ad4dc8cca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?maciej=20=C5=82akomski?= Date: Fri, 29 Nov 2024 12:50:23 +0100 Subject: [PATCH] fix(mise): fix mise python version --- .mise.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.mise.toml b/.mise.toml index b4c21c1..bb1c350 100644 --- a/.mise.toml +++ b/.mise.toml @@ -13,3 +13,6 @@ trufflehog = 'https://github.com/Inetum-Poland/asdf-trufflehog.git' [settings] legacy_version_file_disable_tools = ['terraform'] not_found_auto_install = true + +[alias] +python = 'asdf:asdf-community/asdf-python'