From bb3610a20f146822291e411feacf69caed0fa64e Mon Sep 17 00:00:00 2001 From: LightArrowsEXE Date: Fri, 11 Oct 2024 21:36:22 +0200 Subject: [PATCH] `__init__`: top level noqa --- vsadjust/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vsadjust/__init__.py b/vsadjust/__init__.py index 7275432..f636c03 100644 --- a/vsadjust/__init__.py +++ b/vsadjust/__init__.py @@ -1,4 +1,4 @@ -# flake8: noqa +# ruff: noqa: F401, F403 from .colorspace import * from .borders import *