Skip to content

Commit

Permalink
Ignore new flake B038
Browse files Browse the repository at this point in the history
Ignore new flake B038: "editing a loop's mutable iterable often leads to
unexpected results/bugs".  The instances this reports are all false
positives.
  • Loading branch information
jon-turney committed Jan 19, 2024
1 parent 8cc4502 commit 0522456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0522456

Please sign in to comment.