From 515e8413de7342bf44eb42b254e65148f45452ad Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 1 Jul 2022 14:02:10 -0500 Subject: [PATCH] Ignore B023 in tests where the pattern it flags is common and innocuous --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index 1933261f8..da67c8630 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,6 +7,10 @@ exclude= inline-quotes = " docstring-quotes = """ multiline-quotes = """ +per-file-ignores = + test/test_grudge.py:B023 + test/test_op.py:B023 + test/test_euler_model.py:B023 # enable-flake8-bugbear