From: Alwyn Kik Date: Mon, 12 Jun 2023 19:20:31 +0000 (+0200) Subject: Max line length with bugbear (#3731) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/35722dff623f3cdf5018e3f1183cd4e02e91caa8?hp=35722dff623f3cdf5018e3f1183cd4e02e91caa8 Max line length with bugbear (#3731) * Make phrasing for flake8 users more concise max-line-length should be 80 with flake8-bugbear Fixes #3716 * Re-add rationale and an explanation for disabling E203 * Run pre-commit ---