X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/004fb79706a02c9a06abd5c416b033340f99e558..e9356c1ff0083aea4416bf1d3e29748634bb4f7f:/docs/guides/using_black_with_other_tools.md diff --git a/docs/guides/using_black_with_other_tools.md b/docs/guides/using_black_with_other_tools.md index 6c6fbb8..22c641a 100644 --- a/docs/guides/using_black_with_other_tools.md +++ b/docs/guides/using_black_with_other_tools.md @@ -173,7 +173,7 @@ limit of `88`, _Black_'s default. This explains `max-line-length = 88`. ```ini [flake8] max-line-length = 88 -extend-ignore = E203 +extend-ignore = E203, E704 ```