From 90b7c2470b6789b87d7e8da6ddc351f0c895444f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:18:42 +0000 Subject: [PATCH] :rotating_light: auto fix by pre-commit hooks --- zhenxun/builtin_plugins/check/__init__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zhenxun/builtin_plugins/check/__init__.py b/zhenxun/builtin_plugins/check/__init__.py index da5863b1..047d44f6 100644 --- a/zhenxun/builtin_plugins/check/__init__.py +++ b/zhenxun/builtin_plugins/check/__init__.py @@ -78,7 +78,10 @@ if check_type in {"message", "mix"}: if check_type in {"poke", "mix"}: # poke _self_check_poke_matcher = on_notice( - priority=5, permission=SUPERUSER, block=False, rule=notice_rule(PokeNotifyEvent) & to_me() + priority=5, + permission=SUPERUSER, + block=False, + rule=notice_rule(PokeNotifyEvent) & to_me(), ) @_self_check_poke_matcher.handle()