heitorpolidoro / bartholomew-smith

Inconsistent return statements PYL-R1710
Style
Minor
1 occurrence in this check
Either all return statements in a function should return an expression, or none of them should.
142    return False
143
144
145def _enable_auto_merge(146    repository: Repository, branch_name: str, sub_run: EventCheckRun.SubRun
147) -> bool:
148    """Enable the auto merge"""