From 4fd0b4d5e8f67810cb08370504a57d38c6e3d89c Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 19 Feb 2024 21:40:07 +0000 Subject: ruff lint fix: Breaking changes to make bool args kwarg-only --- pydis_core/utils/checks.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pydis_core/utils/checks.py') diff --git a/pydis_core/utils/checks.py b/pydis_core/utils/checks.py index 50fb2082..3ae92489 100644 --- a/pydis_core/utils/checks.py +++ b/pydis_core/utils/checks.py @@ -43,6 +43,7 @@ def in_whitelist_check( channels: Container[int] = (), categories: Container[int] = (), roles: Container[int] = (), + *, fail_silently: bool = False, ) -> bool: """ -- cgit v1.2.3