Przeglądaj źródła

fix typings stubPath in pyproject.toml

Nick Sweeting 1 rok temu
rodzic
commit
f9ca7fe717
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -144,7 +144,7 @@ exclude = [
     "**/migrations",
     "**/migrations",
     "archivebox/vendor",
     "archivebox/vendor",
 ]
 ]
-stubPath = "./typings"
+stubPath = "./archivebox/typings"
 venvPath = "."
 venvPath = "."
 venv = ".venv"
 venv = ".venv"
 # ignore = ["src/oldstuff"]
 # ignore = ["src/oldstuff"]