Skip to content

Commit

Permalink
🚨(tasks.py): ignore method complexity release()
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Oct 25, 2024
1 parent 4771d47 commit 8928939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ozi/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def checkpoint(c: Context, suite: str, maxfail: int = 1, ozi: bool = False) -> N


@task
def release(
def release( # noqa: C901
c: Context,
sdist: bool = False,
draft: bool = False,
Expand Down

0 comments on commit 8928939

Please sign in to comment.