Skip to content

Commit d84db51

Browse files
committed
fix: add exceptions for untyped functions
1 parent bcd6b7e commit d84db51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ disable_error_code = ["import-not-found"]
7878

7979
[[tool.mypy.overrides]]
8080
module = "DPF.filters.videos.lita_filter"
81-
disable_error_code = ["import-not-found", "call-overload"]
81+
disable_error_code = ["import-not-found", "call-overload", "no-untyped-def"]
8282

8383
[[tool.mypy.overrides]]
8484
module = "DPF.filters.images.llava_captioning_filter"

0 commit comments

Comments
 (0)