diff --git a/.flake8 b/.flake8 index e73bd43c..41427e77 100644 --- a/.flake8 +++ b/.flake8 @@ -18,8 +18,6 @@ ignore = W503, # line length (of code) is handled by black E501, - # As of 2021-11-28 there is a bug in flake8-bugbear (#208) - B018 per-file-ignores = tests/interfaces/*.py:D,