mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-06 02:46:05 +10:00
fix typings stubPath in pyproject.toml
This commit is contained in:
@@ -144,7 +144,7 @@ exclude = [
|
||||
"**/migrations",
|
||||
"archivebox/vendor",
|
||||
]
|
||||
stubPath = "./typings"
|
||||
stubPath = "./archivebox/typings"
|
||||
venvPath = "."
|
||||
venv = ".venv"
|
||||
# ignore = ["src/oldstuff"]
|
||||
|
||||
Reference in New Issue
Block a user