Skip to content

Commit 19c5fe4

Browse files
Fix CI with latest flake8-bugbear (#3412)
1 parent d4a8564 commit 19c5fe4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.flake8

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[flake8]
2-
ignore = E203, E266, E501, W503
2+
# B905 should be enabled when we drop support for 3.9
3+
ignore = E203, E266, E501, W503, B905
34
# line length is intentionally set to 80 here because black uses Bugbear
45
# See https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#line-length for more details
56
max-line-length = 80

0 commit comments

Comments
 (0)