diff --git a/.github/helper/.flake8_strict b/.github/helper/.flake8_strict index 198ec7bfe5..3e8f7dd11a 100644 --- a/.github/helper/.flake8_strict +++ b/.github/helper/.flake8_strict @@ -66,7 +66,8 @@ ignore = F841, E713, E712, - B023 + B023, + B028 max-line-length = 200