Skip to content

Commit

Permalink
flake8: B028 got renamed to B907. See PyCQA/flake8-bugbear#333
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasjj authored and JoepVanlier committed Mar 4, 2024
1 parent 17b1c13 commit ef802f4
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
Expand Up @@ -29,6 +29,6 @@ ignore =
F403,F405,
# Don't complain about f"'{x}'" quotes. `!r` is not particularly readable, especially not for
# cases where one would have to resort to f"{str(x)!r}"
B028,
B907,

show-source = True

0 comments on commit ef802f4

Please sign in to comment.