From 3321067458810a719501d4302034f78d7ef1769d Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Thu, 26 Oct 2023 13:38:21 +0000 Subject: [PATCH] re-add B006 exception so that this should be passing the test suite --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 93a4ddedb6..c680a74c17 100644 --- a/.flake8 +++ b/.flake8 @@ -18,7 +18,7 @@ # B027 script_dir is an empty method in an abstract base class, but has no abstract decorator. # B028: No explicit stacklevel argument found. -ignore = E124, E126, E402, E129, W504, B007, B008, B011, B019, B027, B028 +ignore = E124, E126, E402, E129, W504, B006, B007, B008, B011, B019, B027, B028 max-line-length = 158 exclude = test_import_fail.py,