Skip to content

[pycodestyle] Avoid false positives and negatives related to type parameter default syntax (E225, E251)#15214

Merged
MichaReiser merged 1 commit intoastral-sh:mainfrom
InSyncWithFoo:E251
Jan 1, 2025
Merged

[pycodestyle] Avoid false positives and negatives related to type parameter default syntax (E225, E251)#15214
MichaReiser merged 1 commit intoastral-sh:mainfrom
InSyncWithFoo:E251

Conversation

@InSyncWithFoo
Copy link
Contributor

Summary

Resolves #15202.

Test Plan

cargo nextest run and cargo insta test.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 1, 2025

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

Copy link
Member

@MichaReiser MichaReiser left a comment

Choose a reason for hiding this comment

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

Thanks

@MichaReiser MichaReiser added the bug Something isn't working label Jan 1, 2025
@MichaReiser MichaReiser merged commit af95f6b into astral-sh:main Jan 1, 2025
@InSyncWithFoo InSyncWithFoo deleted the E251 branch January 1, 2025 10:33
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 of false positive with e251 and type statement type variable defaults

2 participants