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

Fix flake8 rule E721: Do not compare types, use 'isinstance()' #48058

Closed
MortalHappiness opened this issue Oct 17, 2024 · 2 comments
Closed

Fix flake8 rule E721: Do not compare types, use 'isinstance()' #48058

MortalHappiness opened this issue Oct 17, 2024 · 2 comments
Assignees
Labels

Comments

@MortalHappiness
Copy link
Member

MortalHappiness commented Oct 17, 2024

This is a subtask of #47991. See the parent issue for more information.

https://www.flake8rules.com/rules/E721.html

@MortalHappiness MortalHappiness changed the title E721 Fix flake8 rule E721: Do not compare types, use 'isinstance()' Oct 17, 2024
@MortalHappiness MortalHappiness self-assigned this Oct 17, 2024
@CheyuWu
Copy link

CheyuWu commented Oct 17, 2024

@MortalHappiness I'd like to help with this

@MortalHappiness
Copy link
Member Author

Close this because we decide to migrate from flake8 to ruff instead of upgrading flake8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants