Add flake8-bugbear B907 to ignore list (#3503)
This commit is contained in:
parent
60a2e8e2c2
commit
24469c9bd1
2
.flake8
2
.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
|
||||
|
Loading…
Reference in New Issue
Block a user