Skip to content

Fix linting issue E721: type-comparison #80

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

Merged
merged 1 commit into from
Feb 2, 2025

Conversation

Josef-Friedrich
Copy link
Contributor

... for an exact type match, use is or is not.

https://docs.astral.sh/ruff/rules/type-comparison/#type-comparison-e721

... for an exact type match, use is or is not.

https://docs.astral.sh/ruff/rules/type-comparison/#type-comparison-e721

If you want to check for an exact type match, use is or is not.
@JOJ0
Copy link
Member

JOJ0 commented Feb 1, 2025

This can be safely merged IMO, please double check @snejus Thanks!

@JOJ0 JOJ0 self-assigned this Feb 1, 2025
Copy link
Member

@snejus snejus left a comment

Choose a reason for hiding this comment

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

Thanks!

@snejus snejus merged commit 1d523c0 into beetbox:master Feb 2, 2025
9 checks passed
@Josef-Friedrich Josef-Friedrich deleted the fix-type-comparison_E721 branch February 2, 2025 17:36
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.

3 participants