X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a3e8247a41089175827a69e5413278ffdc28aff2..5d5bf6e0878539baeef797b87636235b8c02be3f:/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 ```