From dd8ce5058ddb63bf53202fe7d956a05181888ff1 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 00:01:05 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- colour/utilities/verbose.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colour/utilities/verbose.py b/colour/utilities/verbose.py index edd710beb..177387129 100644 --- a/colour/utilities/verbose.py +++ b/colour/utilities/verbose.py @@ -319,7 +319,7 @@ def warning(*args: Any, **kwargs: Any): kwargs["category"] = kwargs.get("category", ColourWarning) - warn(*args, **kwargs) # noqa: B028 + warn(*args, **kwargs) def runtime_warning(*args: Any, **kwargs: Any):