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 unidiomatic-typecheck check #3893

Merged
merged 1 commit into from
Apr 24, 2023
Merged

Add unidiomatic-typecheck check #3893

merged 1 commit into from
Apr 24, 2023

Conversation

Ruchip16
Copy link
Member

The unidiomatic-typecheck ensures that we are using the isinstance() built-in function for type checking which is more idiomatic in Python for type-checking as compared to the type() built-in function

@Ruchip16 Ruchip16 added the bug label Apr 24, 2023
@Ruchip16 Ruchip16 self-assigned this Apr 24, 2023
@Ruchip16 Ruchip16 requested review from a team as code owners April 24, 2023 13:50
@Ruchip16 Ruchip16 requested review from ssbarnea, apatard, cidrblock, shatakshiiii and priyamsahoo and removed request for a team April 24, 2023 13:50
@ssbarnea ssbarnea merged commit 2bf5396 into main Apr 24, 2023
@ssbarnea ssbarnea deleted the exceptions branch April 24, 2023 13:58
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 this pull request may close these issues.

2 participants