Skip to content

Commit

Permalink
pyproject: Ignore empty body for schema matching plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
robertisele committed Feb 2, 2024
1 parent 4d1ac91 commit 0d5ff45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ ignore_missing_imports = true
module = [
"cmem_plugin_base.dataintegration.context",
"cmem_plugin_base.dataintegration.plugins",
"cmem_plugin_base.dataintegration.types"
"cmem_plugin_base.dataintegration.types",
"cmem_plugin_base.dataintegration.matching.matcher",
]
disable_error_code = "empty-body"

Expand Down

0 comments on commit 0d5ff45

Please sign in to comment.