From fbba3c15453bb964ab3e9e5f7cfef2c946cd63f7 Mon Sep 17 00:00:00 2001 From: Eric Hambro Date: Thu, 16 Nov 2023 16:12:08 -0800 Subject: [PATCH] Ignore a flake warning about the warning function. --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 5d8301132..d9b7ea952 100644 --- a/.flake8 +++ b/.flake8 @@ -1,5 +1,5 @@ [flake8] -ignore = E203, E266, E501, E731, W503, C901, B008, B905 +ignore = E203, E266, E501, E731, W503, C901, B008, B905, B028 # 80 to use as a soft test max-line-length = 80 max-complexity = 18