Fix CI with latest flake8-bugbear (#3412)

This commit is contained in:
Jelle Zijlstra 2022-12-08 20:11:07 -08:00 committed by GitHub
parent d4a85643a4
commit 19c5fe429e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
[flake8]
ignore = E203, E266, E501, W503
# B905 should be enabled when we drop support for 3.9
ignore = E203, E266, E501, W503, B905
# 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