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

upgrade pyupgrade target version to Python 3.10, upgrade pre-commit hooks #56

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

jameslamb
Copy link
Member

This project has requires-python = ">= 3.10", but is telling pyupgrade it supports Python >= 3.8. This PR proposes the following:

  • fixing that by passing --py310-plus to pyupgrade
  • upgrading all pre-commit hooks to their latest versions (since I'm touching that file anyway)

All other changes in the diff were made automatically by the pre-commit hooks as a result of those 2 changes.

@jameslamb jameslamb requested review from a team as code owners August 28, 2024 15:16
@jameslamb jameslamb merged commit 6d067aa into rapidsai:main Aug 28, 2024
2 checks passed
@jameslamb jameslamb deleted the pyupgrade-config branch August 28, 2024 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants