X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/004fb79706a02c9a06abd5c416b033340f99e558..e9356c1ff0083aea4416bf1d3e29748634bb4f7f:/.flake8 diff --git a/.flake8 b/.flake8 index 7bc346a..85f51cf 100644 --- a/.flake8 +++ b/.flake8 @@ -1,6 +1,6 @@ [flake8] # B905 should be enabled when we drop support for 3.9 -ignore = E203, E266, E501, W503, B905, B907 +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