From 45f344bf720858256602a400766531993f9adac9 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 6 Mar 2025 10:51:05 -0500 Subject: [PATCH] Revert "add uv to interpreters list" --- identify/interpreters.py | 1 - 1 file changed, 1 deletion(-) diff --git a/identify/interpreters.py b/identify/interpreters.py index 8b1bcc1e..3022e009 100644 --- a/identify/interpreters.py +++ b/identify/interpreters.py @@ -21,6 +21,5 @@ 'ruby': {'ruby'}, 'sh': {'shell', 'sh'}, 'tcsh': {'shell', 'tcsh'}, - 'uv': {'python'}, 'zsh': {'shell', 'zsh'}, }