ruff
215a1c55
- [ty] Detect illegal non-enum attribute accesses in Literal annotation (#19477)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
166 days ago
[ty] Detect illegal non-enum attribute accesses in Literal annotation (#19477) ## Summary Detect illegal attribute accesses in `Literal[X.Y]` annotations if `X` is not an enum class. ## Test Plan New Markdown test
References
#19477 - [ty] Detect illegal non-enum attribute accesses in Literal annotation
Author
sharkdp
Parents
5e29278a
Loading