From 8130ef98fab826d31e35a65451ec7795bf6ba375 Mon Sep 17 00:00:00 2001 From: Mark Heiges Date: Thu, 30 Jan 2025 14:17:29 -0500 Subject: [PATCH] add uv to interpreters list --- identify/interpreters.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/interpreters.py b/identify/interpreters.py index 3022e00..8b1bcc1 100644 --- a/identify/interpreters.py +++ b/identify/interpreters.py @@ -21,5 +21,6 @@ 'ruby': {'ruby'}, 'sh': {'shell', 'sh'}, 'tcsh': {'shell', 'tcsh'}, + 'uv': {'python'}, 'zsh': {'shell', 'zsh'}, }