Skip to content

Commit bad5a8a

Browse files
committed
chore: ignore complex function
Signed-off-by: Josh Loecker <joshloecker@icloud.com>
1 parent 4cb4793 commit bad5a8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main/como/rnaseq_preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ async def _write_counts_matrix(
278278
return final_matrix
279279

280280

281-
async def _create_config_df(
281+
async def _create_config_df( # noqa: C901
282282
context_name: str,
283283
/,
284284
como_context_dir: Path,

0 commit comments

Comments
 (0)