fix: apply ruff

This commit is contained in:
Yeuoly
2025-10-17 17:42:23 +08:00
parent 4058597f87
commit ec58236521
137 changed files with 1285 additions and 1628 deletions
@@ -65,4 +65,3 @@ class CommitCommentEvent(Event):
targets = {s.strip() for s in str(value).split(",") if s.strip()}
if targets and path not in targets:
raise EventIgnoreError()