mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-26 06:00:22 +00:00
fix typings stubPath in pyproject.toml
This commit is contained in:
parent
d0fefc0279
commit
f9ca7fe717
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue