From 01600accfd3d2085dcbe045c2987c8724321f3ef Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Tue, 27 Jun 2023 19:02:17 -0700 Subject: [PATCH] Ignore B028 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24e9589..9829b8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ select = [ "I", "UP", ] -ignore = ['B018'] +ignore = ["B018", "B028"] exclude = [ "lazy_loader/tests/fake_pkg/__init__.pyi", ]