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 "F821: Fix false negatives in .py files when from __future__ import annotations is active (#10362)"' #10513

Merged
merged 2 commits into from Mar 21, 2024

Conversation

AlexWaygood
Copy link
Member

Fixes #10451.

The first commit adds a regression test for #10451. The second commit is a clean revert of 704fefc, the commit that caused the regression.

@AlexWaygood AlexWaygood enabled auto-merge (squash) March 21, 2024 16:37
@AlexWaygood AlexWaygood merged commit c62184d into main Mar 21, 2024
16 checks passed
@AlexWaygood AlexWaygood deleted the pydantic-f821-revert branch March 21, 2024 16:41
Copy link

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

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.

F821 false-positive for SQLAlchemy mappings with not yet declared classes
2 participants