Skip to content

Commit

Permalink
Update checks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jul 12, 2024
1 parent 5682812 commit 193638d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repo_review/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def is_allowed(select: Set[str], ignore: Set[str], name: str) -> bool:
):
return False

return name not in ignore and name.rstrip("0123456789") not in ignore:
return name not in ignore and name.rstrip("0123456789") not in ignore


def get_check_url(name: str, check: Check) -> str:
Expand Down

0 comments on commit 193638d

Please sign in to comment.