diff --git a/identify/interpreters.py b/identify/interpreters.py index 3022e009..8b1bcc1e 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'}, }