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

Update flake8 to 7.1.1. #6070

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Sep 17, 2024

We need to update flake8 to fix a false-positive that appears with older flake8 versions on Python 3.12.

@bdice bdice requested review from a team as code owners September 17, 2024 17:44
@github-actions github-actions bot added the Cython / Python Cython or Python issue label Sep 17, 2024
}"""
kernel_name_prefix = uuid1() if kernel_name is None else kernel_name
kernel_name_suffix = "".join(dtype_strs).replace(" ", "_")
kernel_name = f"{kernel_name_prefix}_{kernel_name_suffix}"
Copy link
Member

Choose a reason for hiding this comment

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

Thanks, I think this form is easier to read too!

@jameslamb jameslamb added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Sep 17, 2024
@jameslamb jameslamb removed the request for review from KyleFromNVIDIA September 17, 2024 18:09
@bdice
Copy link
Contributor Author

bdice commented Sep 17, 2024

/merge

@rapids-bot rapids-bot bot merged commit 759b4ef into rapidsai:branch-24.10 Sep 18, 2024
63 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cython / Python Cython or Python issue improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants