From 54d3cb7dbf0ae81346adbbfc3647d12606e8cadb Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Mon, 16 Jan 2023 13:52:54 +0500 Subject: [PATCH] ignore B028 --- .flake8 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.flake8 b/.flake8 index ff8122f0..d72d7daa 100644 --- a/.flake8 +++ b/.flake8 @@ -44,3 +44,6 @@ per-file-ignores = web_poet/serialization/__init__.py:F401,F403 web_poet/testing/__init__.py:F401,F403 tests/po_lib_to_return/__init__.py:D102 + + # the suggestion makes the code worse + tests/test_serialization.py:B028