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

Revert: [pyflakes] Avoid false positives in @no_type_check contexts (F821, F722) (#14615) #14726

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

MichaReiser
Copy link
Member

@MichaReiser MichaReiser commented Dec 2, 2024

Summary

Reverts #14615 due to #14698

The fix-bug seems worse than avoiding the few false positives. That's why I think we should revert this change
for now to give us more time to work on proper @no_type_check support.

Fixes #14698

Copy link
Member

@charliermarsh charliermarsh left a comment

Choose a reason for hiding this comment

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

Thanks. The PR itself was solid but it was my mistake to take this approach.

@MichaReiser MichaReiser merged commit f96dfc1 into main Dec 2, 2024
21 checks passed
@MichaReiser MichaReiser deleted the micha/revert-no-type-check branch December 2, 2024 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

regression: ruff deletes imports; successive checks fail due to missing import
3 participants