Skip to content

Commit a084059

Browse files
committed
fix: sphinx mypy issue
1 parent c99014d commit a084059

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,11 @@ follow_imports = "skip"
471471
ignore_missing_imports = true
472472
module = ["pytest", "pytest.*", "_pytest", "_pytest.*"]
473473

474+
[[tool.mypy.overrides]]
475+
follow_imports = "skip"
476+
ignore_missing_imports = true
477+
module = ["sphinx", "sphinx.*"]
478+
474479
[[tool.mypy.overrides]]
475480
module = "advanced_alchemy._serialization"
476481
warn_unused_ignores = false

0 commit comments

Comments
 (0)