We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uv run
1 parent 258faac commit ddaa4faCopy full SHA for ddaa4fa
1 file changed
tools/reckless
@@ -1151,7 +1151,7 @@ def check_for_shebang(source: InstInfo) -> bool:
1151
if entrypoint_file.split('\n')[0].startswith('#!'):
1152
# Calling the python interpreter will not manage dependencies.
1153
# Leave this to another python installer.
1154
- for interpreter in ['bin/python', 'env python']:
+ for interpreter in ['bin/python', 'env python', 'uv run']:
1155
if interpreter in entrypoint_file.split('\n')[0]:
1156
return False
1157
return True
0 commit comments