Skip to content

Commit

Permalink
Fix CI with latest flake8-bugbear (#3412)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Dec 9, 2022
1 parent d4a8564 commit 19c5fe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .flake8
@@ -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
Expand Down

0 comments on commit 19c5fe4

Please sign in to comment.