From f9ca7fe717a580659dab0ce0f3640017fad35507 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 28 Aug 2024 00:26:25 -0700 Subject: [PATCH] fix typings stubPath in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34d8f3a1..6d3f8521 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -144,7 +144,7 @@ exclude = [ "**/migrations", "archivebox/vendor", ] -stubPath = "./typings" +stubPath = "./archivebox/typings" venvPath = "." venv = ".venv" # ignore = ["src/oldstuff"]