mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-23 06:33:18 +02:00
fix typings stubPath in pyproject.toml
This commit is contained in:
@@ -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"]
|
||||||
|
Reference in New Issue
Block a user