Skip to content

Commit

Permalink
Ignore parse_properties complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
nazywam committed Mar 7, 2024
1 parent fc56a28 commit 72929f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/outlookmsgfile.py
Expand Up @@ -188,7 +188,7 @@ def process_attachment(
msg.add_attachment(blob, filename=filename)


def parse_properties(
def parse_properties( # noqa: C901
properties: CompoundFileEntity,
is_top_level: bool,
container: CompoundFileEntity,
Expand Down

0 comments on commit 72929f5

Please sign in to comment.