We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd6b7e commit d84db51Copy full SHA for d84db51
1 file changed
pyproject.toml
@@ -78,7 +78,7 @@ disable_error_code = ["import-not-found"]
78
79
[[tool.mypy.overrides]]
80
module = "DPF.filters.videos.lita_filter"
81
-disable_error_code = ["import-not-found", "call-overload"]
+disable_error_code = ["import-not-found", "call-overload", "no-untyped-def"]
82
83
84
module = "DPF.filters.images.llava_captioning_filter"
0 commit comments