X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d90297c77bab6e22831b05ffc099bfc709cc7785..d1aee5f7fa136b1f0a7d8dfc318af81009074070:/.vim/bundle/black/.flake8 diff --git a/.vim/bundle/black/.flake8 b/.vim/bundle/black/.flake8 index ae11a13..85f51cf 100644 --- a/.vim/bundle/black/.flake8 +++ b/.vim/bundle/black/.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, E704, 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