fix typings stubPath in pyproject.toml

This commit is contained in:
Nick Sweeting 2024-08-28 00:26:25 -07:00
parent d0fefc0279
commit f9ca7fe717
No known key found for this signature in database

View file

@ -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"]