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

Apply ruff/flake8-simplify rules (SIM) #9727

Merged
merged 4 commits into from
Nov 6, 2024
Merged

Conversation

DimitriPapadopoulos
Copy link
Contributor

No description provided.

SIM101 Multiple `isinstance` calls for expression, merge into a single call
SIM110 Use `return any()` instead of `for` loop
SIM910 Use `.get(...)` instead of `.get(..., None)`
Copy link
Collaborator

@max-sixty max-sixty left a comment

Choose a reason for hiding this comment

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

Great!

@dcherian dcherian enabled auto-merge (squash) November 6, 2024 17:43
@dcherian dcherian merged commit fad2773 into pydata:main Nov 6, 2024
29 checks passed
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