From 655b5235af23f240e6e519de3dad523103e45560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damien=20Nad=C3=A9?= Date: Sat, 16 Dec 2023 14:45:21 +0100 Subject: [PATCH] fix link to static analysis tests --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5d4b73..41beda2 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,8 @@ function: If the original function is fully annotated as non-`Any`, the resulting decorated function annotations should be correctly inferred (according to -[kaioretry test](/Anvil/kaioretry/main/test/static_analysis)). +[kaioretry +test](https://github.com/Anvil/kaioretry/tree/main/test/static_analysis)). It is unclear to me right now, if the `kaioretry.aioretry` function type hints are incorrect or if it is an issue with either mypy or cpython. Or both. Or