From 42761a315a76f649f90dcceba4a184037c2dff73 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Mon, 4 Jul 2022 13:18:34 +0530 Subject: [PATCH] chore: ignore late binding warnings Most are false positives [skip ci] --- .github/helper/.flake8_strict | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/helper/.flake8_strict b/.github/helper/.flake8_strict index a79137d7c3..198ec7bfe5 100644 --- a/.github/helper/.flake8_strict +++ b/.github/helper/.flake8_strict @@ -66,6 +66,7 @@ ignore = F841, E713, E712, + B023 max-line-length = 200