From 01534eb55f194c7d15f7703542c5cf22418117a6 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sun, 16 Aug 2026 09:12:43 +0300 Subject: [PATCH] mise: drop the settings block - `yes` is ignored in project configs Since mise 2026.6.4 (advisory GHSA-436v-8fw5-4mj8), trust-control settings (`yes`, `ci`, `trusted_config_paths`, `paranoid`) in non-global configs are ignored, and every mise invocation prints a warning about this one. Removing it changes nothing on current mise - the setting was already dead. Co-Authored-By: Claude Fable 5 --- mise.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/mise.toml b/mise.toml index a34195dbd..359f81da7 100644 --- a/mise.toml +++ b/mise.toml @@ -4,6 +4,3 @@ [tools] prek = "0.4.13" - -[settings] -yes = true