Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add uv to interpreters list #503

Merged
merged 1 commit into from
Feb 8, 2025
Merged

Conversation

mheiges
Copy link

@mheiges mheiges commented Jan 30, 2025

add uv to the interpreters list

@@ -18,6 +18,7 @@
'python': {'python'},
'python2': {'python', 'python2'},
'python3': {'python', 'python3'},
'uv': {'python', 'python2', 'python3'},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the versioned tags never really caught on -- I'm going to remove them at some point. also uv doens't run python 2 code as far as I can tell

Copy link
Member

@asottile asottile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@asottile asottile enabled auto-merge February 8, 2025 19:01
@asottile asottile merged commit 76cf716 into pre-commit:main Feb 8, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants