Skip to content

Commit

Permalink
Add flake8-bugbear B907 to ignore list (#3503)
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus committed Jan 18, 2023
1 parent 60a2e8e commit 24469c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
@@ -1,6 +1,6 @@
[flake8]
# B905 should be enabled when we drop support for 3.9
ignore = E203, E266, E501, W503, B905
ignore = E203, E266, E501, W503, B905, B907
# line length is intentionally set to 80 here because black uses Bugbear
# See https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#line-length for more details
max-line-length = 80
Expand Down

0 comments on commit 24469c9

Please sign in to comment.