Skip to content

Commit 19ddd86

Browse files
committed
Add type stubs for cachetools to fix mypy errors
Added types-cachetools to dev dependencies to resolve mypy type checking errors: - Library stubs not installed for 'cachetools' - Returning Any from function declared to return 'ValidationResult | None' This ensures clean mypy type checking in CI builds.
1 parent d9fe7ab commit 19ddd86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ dev = [
4343
"black>=24.0.0",
4444
"ruff>=0.3.0",
4545
"mypy>=1.9.0",
46+
"types-cachetools>=5.3.0",
4647
]
4748

4849
[project.urls]

0 commit comments

Comments
 (0)