diff --git a/.flake8 b/.flake8 index 84d9a80cd..13e7fc933 100644 --- a/.flake8 +++ b/.flake8 @@ -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