Skip to content

Commit 07bc6e5

Browse files
committed
build: ignore mypy error for missing rich console packages
1 parent 7643082 commit 07bc6e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ exclude = ["tests/artifacts"]
313313
[[tool.mypy.overrides]]
314314
module = [
315315
"tests.artifacts.*",
316+
"rich.*",
316317
]
317318
follow_imports = "skip"
318319

0 commit comments

Comments
 (0)