Enable flake8-pie

This commit is contained in:
Ran Benita
2024-02-09 11:08:33 +02:00
parent d02618d173
commit d1ee6d154f
5 changed files with 6 additions and 7 deletions

View File

@@ -601,7 +601,7 @@ class TestAssert_reprcompare:
def test_list_dont_wrap_strings(self) -> None:
long_a = "a" * 10
l1 = ["a"] + [long_a for _ in range(0, 7)]
l1 = ["a"] + [long_a for _ in range(7)]
l2 = ["should not get wrapped"]
diff = callequal(l1, l2, verbose=True)
assert diff == [