Skip to content

Commit ddcb062

Browse files
committed
Clarify which part may not work for mypy users yet
1 parent d793b4e commit ddcb062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The project currently uses pyright for development, and both pyright and mypy
9393
when ensuring the public api surface is well-typed and compatible with strict
9494
use of typechecking. The configurations used are in pyproject.toml.
9595

96-
Mypy use is known to be broken currently, as mypy
96+
Mypy is known to be broken currently, for the cache decorators
9797
[discards type information in Callable aliases](https://github.com/python/mypy/issues/18842)
9898

9999
Use of Any in a few places is *intentional* for internals.

0 commit comments

Comments
 (0)