From 54b21b09c82e5a5563b341e5aca0dbb8212630e9 Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:52:59 +0000 Subject: [PATCH] Turn off flake8-bugbear check 038 becuase it gave false positives. See https://github.com/PyCQA/flake8-bugbear/issues/451 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 85ca31f546d..3bfa3140480 100644 --- a/tox.ini +++ b/tox.ini @@ -11,6 +11,8 @@ ignore= ; suggests using f"{!r}" instead of manual quotes (flake8-bugbear) ; Doesn't work at 3.7 B028 + ; Broken in two cases https://github.com/PyCQA/flake8-bugbear/issues/451 + B038 exclude= build,