From 0522456965ab0b50942d09c7c3bac21012cc6c44 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Fri, 19 Jan 2024 18:12:42 +0000 Subject: Ignore new flake B038 Ignore new flake B038: "editing a loop's mutable iterable often leads to unexpected results/bugs". The instances this reports are all false positives. --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 7c03237..84e6812 100644 --- a/.flake8 +++ b/.flake8 @@ -1,5 +1,5 @@ [flake8] -ignore=E741,E129,W504,A003,B023,B902 +ignore=E741,E129,W504,A003,B023,B038,B902 max-line-length=240 per-file-ignores = calm/fixes.py:E241,E127 -- cgit v1.2.3