mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 22:01:18 +00:00
parent
859475f017
commit
99111961c0
1 changed files with 2 additions and 1 deletions
|
@ -426,7 +426,8 @@ reveal_type(Fake().fake) # revealed: Unknown
|
||||||
|
|
||||||
## Namespace stub with missing module
|
## Namespace stub with missing module
|
||||||
|
|
||||||
Namespace stubs are always partial.
|
Namespace stubs are always partial, as specified in:
|
||||||
|
<https://peps.python.org/pep-0561/#partial-stub-packages>
|
||||||
|
|
||||||
This is a regression test for <https://github.com/astral-sh/ty/issues/520>.
|
This is a regression test for <https://github.com/astral-sh/ty/issues/520>.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue