mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:14:52 +00:00
[ty] Add support for PEP 800 (#20084)
This commit is contained in:
parent
33c5f6f4f8
commit
ecf3c4ca11
9 changed files with 275 additions and 271 deletions
2
crates/ty/docs/rules.md
generated
2
crates/ty/docs/rules.md
generated
|
@ -422,7 +422,7 @@ class D(A, B, C): ...
|
|||
**Known problems**
|
||||
|
||||
Classes that have "dynamic" definitions of `__slots__` (definitions do not consist
|
||||
of string literals, or tuples of string literals) are not currently considered solid
|
||||
of string literals, or tuples of string literals) are not currently considered disjoint
|
||||
bases by ty.
|
||||
|
||||
Additionally, this check is not exhaustive: many C extensions (including several in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue