Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[flake8-pyi] - fix dropped exprs in PYI030 autofix #13727

Merged
merged 1 commit into from
Oct 13, 2024

Conversation

diceroll123
Copy link
Contributor

Summary

Adds fix for dropped exprs from PYI030 autofix

Fixes #13685

Test Plan

cargo test

Copy link
Contributor

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

Copy link
Member

@AlexWaygood AlexWaygood left a comment

Choose a reason for hiding this comment

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

Nice, thank you!

@AlexWaygood AlexWaygood added bug Something isn't working fixes Related to suggested fixes for violations labels Oct 13, 2024
@AlexWaygood AlexWaygood merged commit 46bc69d into astral-sh:main Oct 13, 2024
20 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working fixes Related to suggested fixes for violations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect autofix for PYI030
2 participants