Skip to content

Commit

Permalink
Suppress warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed May 10, 2024
1 parent 17151e9 commit 443d419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/replay_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def delete_workdirs(results_df: pd.DataFrame) -> None:
logger.info("Workdirs deleted")


# pylint: disable=too-many-arguments, too-many-locals
# pylint: disable=too-many-arguments, too-many-locals, too-many-branches, too-many-statements
def merge_replay(
merge_idx: str,
repo_slug: str,
Expand Down

0 comments on commit 443d419

Please sign in to comment.